Skip to content

Commit bd2a30a

Browse files
authored
Merge pull request #111 from MaPePeR/patch-1
2 parents 1631c9f + 99338db commit bd2a30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/structure/primitive_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ this way, too. In fact, that's exactly what happens with `Str4`.
168168

169169
## `Char`
170170

171-
A `Char` is a single Unicode character. `Char` literals are enclosed in single quotes:
171+
A `Char` is a single Unicode character. `Char` literals are single characters enclosed in double quotes:
172172

173173
```par
174174
def Char1 = "a" // inferred as `Char`

0 commit comments

Comments
 (0)