Skip to content

Commit 588fb7e

Browse files
committed
Merge branch 'main' of https://github.com/faiface/par-lang
2 parents 8687a43 + bd2a30a commit 588fb7e

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)