fix docstring of from ndnuon

Co-authored-by: Douglas <32344964+NotTheDr01ds@users.noreply.github.com>
This commit is contained in:
Antoine Stevan 2024-11-20 18:04:23 +01:00 committed by GitHub
parent b74370a6c7
commit 0e7e3c02f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ export def "to jsonl" []: any -> string {
each { to json --raw } | to text
}
# Convert from NDNUON, i.e. newline-delimited NUON, to structured
# Convert from NDNUON (newline-delimited NUON), to structured data
export def "from ndnuon" []: [string -> any] {
lines | each { from nuon }
}