mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Fix a mistake at runtime value example.
This commit is contained in:
parent
a606601473
commit
d4084f98bf
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ print(`backslash \ that escapes the space is not a part of the string...`)
|
|||
print(`backslash \\ will escape the second backslash...`)
|
||||
print(`Some text that also includes \`...`)
|
||||
--> Some example escaping the braces {like so}
|
||||
--> backslash that doesn't escape anything is part of the string...
|
||||
--> backslash that escapes the space is not a part of the string...
|
||||
--> backslash \ will escape the second backslash...
|
||||
--> Some text that also includes `...
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue