Skip to content

Commit 97038ab

Browse files
committed
Doc fix
1 parent 91854b9 commit 97038ab

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

schema/lrs.fbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ table LinearReferencingMethod {
119119
properties:[Property];
120120

121121
traversal_index:TraversalRef;
122-
/// An LRM can apply to multiple referals
122+
/// An LRM can apply to multiple traversal
123123
/// For instance a LRM can be the central line of a highway
124124
/// And that LRM is the reference for the two other traversals corresponding to each direction
125125
used_on:[TraversalRef];

src/geometry_from_osm.rs

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ fn main() {
159159
views: Some(fbb.create_vector(&[view])),
160160
..Default::default()
161161
};
162+
162163
let lrs = Lrs::create(&mut fbb, &lrs_args);
163164

164165
fbb.finish(lrs, None);

src/lrs_generated.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@ impl<'a> LinearReferencingMethod<'a> {
19741974
// which contains a valid value in this slot
19751975
unsafe { self._tab.get::<TraversalRef>(LinearReferencingMethod::VT_TRAVERSAL_INDEX, None)}
19761976
}
1977-
/// An LRM can apply to multiple referals
1977+
/// An LRM can apply to multiple traversal
19781978
/// For instance a LRM can be the central line of a highway
19791979
/// And that LRM is the reference for the two other traversals corresponding to each direction
19801980
#[inline]

0 commit comments

Comments
 (0)