Fix unfortunate typo
This commit is contained in:
parent
cbaac95d07
commit
68c93f9743
@ -71,7 +71,7 @@ namespace textinput {
|
||||
|
||||
Text& operator+=(char C) { insert(length(), C); return *this; }
|
||||
Text& operator=(const std::string& S) {
|
||||
// Assing string S to this, initialize with default colors.
|
||||
// Assign string S to this, initialize with default colors.
|
||||
fColor.clear();
|
||||
fColor.resize(S.length());
|
||||
fString = S;
|
||||
|
Loading…
x
Reference in New Issue
Block a user