Skip to content

Commit

Permalink
docs: small change
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgreiner committed Jul 12, 2024
1 parent abcd17c commit e8ec888
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,7 @@ impl<'fbb> Builder<'fbb> {
}

/// Read the topology from an OpenStreetMap source.
///
/// It will read [`Node`]s, [`Segment`] and create the [`Traversal`]s
///
/// It will read incoming [`Node`]s and [`Segment`]s to create the [`Traversal`]s.
pub fn read_from_osm(
&mut self,
input_file: &str,
Expand Down

0 comments on commit e8ec888

Please sign in to comment.