mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
.tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@11130 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1e5b06005c
commit
87c23d2dcf
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue