mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
Typo fix
This commit is contained in:
parent
d092c63978
commit
f15da8997c
@ -506,7 +506,7 @@ Used in compilation and grammar, section 2fC-2fD
|
||||
++ list |* a=_,* :: null-term list
|
||||
$|(~ [i=a t=(list a)]) ::
|
||||
|
||||
Tile generator. `++list` generates a tile of a null-termanated list of
|
||||
Tile generator. `++list` generates a tile of a null-terminated list of
|
||||
homogenous type.
|
||||
|
||||
See also: `++turn`, `++snag`, section 2bB.
|
||||
@ -782,7 +782,7 @@ hairs indicating from - to.
|
||||
++ pole |* a=_,* :: nameless list
|
||||
$|(~ [a (pole a)]) ::
|
||||
|
||||
A `++list` without the faces. A `++pole` is a null-terminated typle
|
||||
A `++list` without the faces. A `++pole` is a null-terminated tuple
|
||||
without the `i=` and `t=`.
|
||||
|
||||
~zod/try=> `(pole char)`"asdf"
|
||||
|
Loading…
Reference in New Issue
Block a user