1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00

* More release notes.

This commit is contained in:
Eelco Dolstra 2007-12-31 00:08:09 +00:00
parent b5ddcf58ad
commit dedd62dd0c
2 changed files with 46 additions and 2 deletions

View file

@ -917,8 +917,8 @@ static Expr prim_toString(EvalState & state, const ATermVector & args)
}
/* `substr start len str' returns the substring of `str' starting at
character position `min(start, stringLength str)' inclusive and
/* `substring start len str' returns the substring of `str' starting
at character position `min(start, stringLength str)' inclusive and
ending at `min(start + len, stringLength str)'. `start' must be
non-negative. */
static Expr prim_substring(EvalState & state, const ATermVector & args)