8000 Fix typos · purescript/documentation@dfd3ce0 · GitHub
[go: up one dir, main page]

Skip to content

Commit dfd3ce0

Browse files
authored
Fix typos
1 parent 5898676 commit dfd3ce0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

language/Types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ The type system defines the following types:
1515

1616
## Primitive Types
1717

18-
The primitive types `String`, `Number` and `Boolean` correspond to their Javascript equivalents at runtime.
18+
The primitive types `String`, `Number` and `Boolean` correspond to their JavaScript equivalents at runtime.
1919

2020
## Integers
2121

22-
The `Int` type represents integer values. The runtime representation is also a normal JavaScript Number; however, operations like `(+)` on `Int` values are defined differently in order to ensure that you always get `Int` values as a result.
22+
The `Int` type represents integer values. The runtime representation is also a normal JavaScript number; however, operations like `(+)` on `Int` values are defined differently in order to ensure that you always get `Int` values as a result.
2323

2424
## Arrays
2525

@@ -74,7 +74,7 @@ instance showPercentage :: Show Percentage where
7474

7575
## Functions
7676

77-
Functions in PureScript are like their Javascript counterparts, but always have exactly one argument.
77+
Functions in PureScript are like their JavaScript counterparts, but always have exactly one argument.
7878

7979
## Polymorphic Types
8080

0 commit comments

Comments
 (0)
0