Skip to content

Commit ac206ad

Browse files
authored
Merge pull request rescript-lang#75 from theqp/patch-2
primitive-types.mdx: fix typo
2 parents fc66536 + a820bcd commit ac206ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/primitive-types.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ Float requires other operators: `+.`, `-.`, `*.`, `/.`, etc. Like `0.5 +. 0.6`.
164164

165165
## Unit
166166

167-
The `unit` type has a single value, `()`. It compiles to JavaScrit's `undefined`. It's a dummy type used as a placeholder in various places. You won't need it until you see it.
167+
The `unit` type has a single value, `()`. It compiles to JavaScript's `undefined`. It's a dummy type used as a placeholder in various places. You won't need it until you see it.

0 commit comments

Comments
 (0)