Merge pull request #485 from urbit/i/484/fix-clay-x-vane-scry-ref

fix gall %x vane scry return type
This commit is contained in:
tinnus-napbus 2023-08-24 01:51:50 +12:00 committed by GitHub
commit e87e1c741a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
---