File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ about strings:
1616 * Each `AbstractChar` in a string is encoded by one or more code units
1717 * Only the index of the first code unit of an `AbstractChar` is a valid index
1818 * The encoding of an `AbstractChar` is independent of what precedes or follows it
19- * String encodings are [self-synchronizing] – i.e. `isvalid(s, i)` is O(1)
20-
21- [self-synchronizing]: https://en.wikipedia.org/wiki/Self-synchronizing_code
19+ * String encodings are [self-synchronizing](https://en.wikipedia.org/wiki/Self-synchronizing_code) – i.e. `isvalid(s, i)` is O(1)
2220
2321Some string functions that extract code units, characters or substrings from
2422strings error if you pass them out-of-bounds or invalid string indices. This
You can’t perform that action at this time.
0 commit comments