Skip to content

Commit 84f2850

Browse files
authored
proofread
1 parent 4a4fa6e commit 84f2850

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/v3/documentation/smart-contracts/func/docs/literals_identifiers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Examples of valid literals: `0`, `123`, `-17`, `00987`, `0xef`, `0xEF`, `0x0`, `
1010
## String literals
1111

1212
In FunC, strings are enclosed in double quotes `"`, like `"this is a string"`.<br />
13-
Optionally, a type can be specified after a string literal, such as `"string"u`.<br />
14-
Special characters like `\n` are not supported, but you can create multi-line <br /> strings by simply writing the text across multiple lines, like this:
13+
You can optionally specify a type after the string literal, such as `"string"u`.<br />
14+
Special characters like `\n` are not supported, but you can create multi-line <br /> strings simply by writing the text across multiple lines, like this:
1515
```
1616
;; somewhere inside of a function body
1717
@@ -139,4 +139,4 @@ all optimizations and pre-computations apply efficiently—unlike the older appr
139139

140140

141141

142-
<Feedback />
142+
<Feedback />

0 commit comments

Comments
 (0)