Skip to content

Commit dbbb088

Browse files
authored
language.html.md - add a link on 1st use of the term codepoint (#1095)
1 parent a5fefdb commit dbbb088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ref/language.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Boolean has two values: `true` and `false`. They are the only values which can b
119119

120120
### String
121121

122-
Strings in Jsonnet are sequences of Unicode codepoints.
122+
Strings in Jsonnet are sequences of Unicode [codepoints](https://en.wikipedia.org/wiki/Code_point).
123123

124124
In most contexts a string can be treated as an array of one codepoint strings (e.g. `std.length` and the `[]` operator work like that). Comparisons (`<`, `<=`, `>`, `>=`) and equality checks (`==`, `!=`) also follow this pattern – in both cases codepoints will be compared lexicographically.
125125

0 commit comments

Comments
 (0)