Skip to content

Commit

Permalink
Change +kids:of return type to axal
Browse files Browse the repository at this point in the history
  • Loading branch information
bonbud-macryg committed Sep 9, 2024
1 parent cb28582 commit 0c0e8a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/arvo/neo/cod/std/src/fil/axal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ Get the kids of the node at the given path.
```
++ kids
|= pax=pith
^- (axil _?>(?=(^ fil.fat) u.fil.fat))
^- (axal _?>(?=(^ fil.fat) u.fil.fat))
:- (get pax)
(kid pax)
```

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

## `+lop`

Expand Down
2 changes: 1 addition & 1 deletion pkg/arvo/sur/neo.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
::
++ kids
|= pax=pith
^- (axil _?>(?=(^ fil.fat) u.fil.fat))
^- (axal _?>(?=(^ fil.fat) u.fil.fat))
:- (get pax)
(kid pax)
::
Expand Down

0 comments on commit 0c0e8a1

Please sign in to comment.