Skip to content

Commit 0c0e8a1

Browse files
committed
Change +kids:of return type to axal
1 parent cb28582 commit 0c0e8a1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pkg/arvo/neo/cod/std/src/fil/axal.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ Get the kids of the node at the given path.
143143
```
144144
++ kids
145145
|= pax=pith
146-
^- (axil _?>(?=(^ fil.fat) u.fil.fat))
146+
^- (axal _?>(?=(^ fil.fat) u.fil.fat))
147147
:- (get pax)
148148
(kid pax)
149149
```
150150

151-
Returns an [`axil`](https://docs.urbit.org/language/hoon/reference/arvo#axil), for secret reasons.
151+
Returns an axal.
152152

153153
## `+lop`
154154

pkg/arvo/sur/neo.hoon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
::
204204
++ kids
205205
|= pax=pith
206-
^- (axil _?>(?=(^ fil.fat) u.fil.fat))
206+
^- (axal _?>(?=(^ fil.fat) u.fil.fat))
207207
:- (get pax)
208208
(kid pax)
209209
::

0 commit comments

Comments
 (0)