CPP: Fix typo.

This commit is contained in:
Geoffrey White
2019-03-26 14:34:55 +00:00
parent 69f87d8eee
commit 1d0c74daa7

View File

@@ -256,7 +256,7 @@ class FormatLiteral extends Literal {
}
/**
* Gets the format string, with '%%' adn '%@' replaced by '_' (to avoid processing
* Gets the format string, with '%%' and '%@' replaced by '_' (to avoid processing
* them as format specifiers).
*/
string getFormat() {