Skip to content

Commit

Permalink
Update concepts/chars/introduction.md
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Schierboom <[email protected]>
  • Loading branch information
colinleach and ErikSchierboom authored Apr 23, 2024
1 parent bbcf123 commit 9d9b589
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion concepts/chars/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ This also works (*at least some of the time*) for other scripts:
[| for c in "東京" -> c, int c |] // => [|('東', 26481); ('京', 20140)|]
```

The underlying Int16 is used when comparing characters:
The underlying `Int16` type is used when comparing characters:


```fsharp
'A' < 'D' // => true
Expand Down

0 comments on commit 9d9b589

Please sign in to comment.