Skip to content

Commit

Permalink
Fix incomplete sentence in metadata_advanced.md
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Aug 19, 2023
1 parent 347026e commit 483b90e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion book/src/metadata_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ To filter out rows without metadata:
{{#include ../../tests/book_metadata.rs:metadata_bulk_decode_lending_iter_with_filter}}
```

The first method gives `Vec<Option<M
The first method gives `Vec<Option<MutationMetadata>>`.
The second gives `Vec<(MutationId, MutationMetadata)>`.

0 comments on commit 483b90e

Please sign in to comment.