Skip to content

Commit ef6f48c

Browse files
authored
doc: Fix incomplete sentence in metadata_advanced.md (#529)
1 parent 677f651 commit ef6f48c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book/src/metadata_advanced.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ To filter out rows without metadata:
2020
{{#include ../../tests/book_metadata.rs:metadata_bulk_decode_lending_iter_with_filter}}
2121
```
2222

23-
The first method gives `Vec<Option<M
23+
The first method gives `Vec<Option<MutationMetadata>>`.
24+
The second gives `Vec<(MutationId, MutationMetadata)>`.
25+

0 commit comments

Comments
 (0)