.tutorial

git-svn-id: svn://ultimatepp.org/upp/trunk@11130 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-06-01 12:43:56 +00:00
parent 1e5b06005c
commit 87c23d2dcf

View file

@ -10,7 +10,7 @@ void StringTutorial()
String a = "Hello";
DUMP(a);
/// You camn concatenate with another String or literal:
/// You can concatenate it with another String or literal:
a = a + " world";
DUMP(a);