Skip to content

Commit 9ba3b17

Browse files
committed
add missing back ticks for doc test
1 parent 6261c21 commit 9ba3b17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/table_views.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ impl TableViews {
217217
/// |row: &tskit::NodeTableRow| row.time > 0.,
218218
/// );
219219
/// assert_eq!(samples[0], 1);
220+
/// ```
220221
pub fn create_node_id_vector(
221222
&self,
222223
f: impl FnMut(&crate::NodeTableRow) -> bool,

0 commit comments

Comments
 (0)