diff options
Diffstat (limited to 'library/src/compute/data.rs')
| -rw-r--r-- | library/src/compute/data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/compute/data.rs b/library/src/compute/data.rs index 1e0edebb..3b30efac 100644 --- a/library/src/compute/data.rs +++ b/library/src/compute/data.rs @@ -232,7 +232,7 @@ fn format_json_error(error: serde_json::Error) -> String { /// ## Example /// ```example /// #let bookshelf(contents) = { -/// for author, works in contents { +/// for (author, works) in contents { /// author /// for work in works [ /// - #work.title (#work.published) |
