Skip to content

Commit

Permalink
fixed typo in the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryMichie committed Jul 19, 2024
1 parent 36c01b8 commit 56cd472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/-Game Development Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Concatenation is the process of stringing strings together. The + symbol is used
Let's see how it works:
```
string sentence = "The quick brown fox";
message += " jumps over the lazy dog";
sentence += " jumps over the lazy dog";
```
To give you some familiarity with string concatenation, let's go over a full example. Copy this into an NVGT script, and run it:
```
Expand Down

0 comments on commit 56cd472

Please sign in to comment.