From 7ae744c659023ce8811ae6a9bace372ae4d2477a Mon Sep 17 00:00:00 2001 From: Tinnus Napbus Date: Thu, 24 Aug 2023 01:41:35 +1200 Subject: [PATCH] fix gall %x vane scry return type --- content/reference/arvo/gall/scry.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/reference/arvo/gall/scry.md b/content/reference/arvo/gall/scry.md index a04d89b..1decb95 100644 --- a/content/reference/arvo/gall/scry.md +++ b/content/reference/arvo/gall/scry.md @@ -231,9 +231,8 @@ details. #### Produces -The type returned is an `(each page @uvI)`. If the file has been -tombstoned, it'll be the `@uvI` hash of the file. Otherwise, it will be -the data as a `page` (a pair of `mark` and `noun`). +The type returned is the raw `noun` from the `page`. If the file has +been tombstoned or does not exist, the scry will fail. ---