Fix typos: s/the the/the/
This commit is contained in:
committed by
Eelco Dolstra
parent
17c71334e1
commit
e659978ced
@@ -1213,7 +1213,7 @@ static void prim_head(EvalState & state, const Pos & pos, Value * * args, Value
|
||||
}
|
||||
|
||||
|
||||
/* Return a list consisting of everything but the the first element of
|
||||
/* Return a list consisting of everything but the first element of
|
||||
a list. Warning: this function takes O(n) time, so you probably
|
||||
don't want to use it! */
|
||||
static void prim_tail(EvalState & state, const Pos & pos, Value * * args, Value & v)
|
||||
|
||||
Reference in New Issue
Block a user