This commit is contained in:
Amy de Buitléir 2023-12-03 19:59:59 +00:00
parent 5597dcf5a3
commit 75ffe7d798

View file

@ -58,7 +58,7 @@ nix-repl> builtins.stringLength "supercalifragilisticexpialidocious"
34
....
Given a startiing position and a length, extract a substring.
Given a starting position and a length, extract a substring.
The first character of a string has index `0`.
[source]