Skip to content

Commit

Permalink
Fix a grammatical error in example
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyu6 authored Jun 11, 2023
1 parent 6a51219 commit a7549f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/WritingWithInk.md
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ The value of a variable can be printed as content using an inline syntax similar
VAR friendly_name_of_player = "Jackie"
VAR age = 23

My name is Jean Passepartout, but my friend's call me {friendly_name_of_player}. I'm {age} years old.
My name is Jean Passepartout, but my friends call me {friendly_name_of_player}. I'm {age} years old.

This can be useful in debugging. For more complex printing based on logic and variables, see the section on [functions](#5-functions).

Expand Down

0 comments on commit a7549f0

Please sign in to comment.