From 0c0e8a12137d03da0fc5aa8d8e3887b94d79dddb Mon Sep 17 00:00:00 2001 From: bonbud-macryg Date: Mon, 9 Sep 2024 15:41:10 +0100 Subject: [PATCH] Change +kids:of return type to axal --- pkg/arvo/neo/cod/std/src/fil/axal.txt | 4 ++-- pkg/arvo/sur/neo.hoon | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/arvo/neo/cod/std/src/fil/axal.txt b/pkg/arvo/neo/cod/std/src/fil/axal.txt index 6f459fb74f..660041cb89 100644 --- a/pkg/arvo/neo/cod/std/src/fil/axal.txt +++ b/pkg/arvo/neo/cod/std/src/fil/axal.txt @@ -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` diff --git a/pkg/arvo/sur/neo.hoon b/pkg/arvo/sur/neo.hoon index 9c7b16a2f6..b29c6f9373 100644 --- a/pkg/arvo/sur/neo.hoon +++ b/pkg/arvo/sur/neo.hoon @@ -203,7 +203,7 @@ :: ++ kids |= pax=pith - ^- (axil _?>(?=(^ fil.fat) u.fil.fat)) + ^- (axal _?>(?=(^ fil.fat) u.fil.fat)) :- (get pax) (kid pax) ::