Commit 97038ab 1 parent 91854b9 commit 97038ab Copy full SHA for 97038ab
File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ table LinearReferencingMethod {
119
119
properties:[Property];
120
120
121
121
traversal_index:TraversalRef;
122
- /// An LRM can apply to multiple referals
122
+ /// An LRM can apply to multiple traversal
123
123
/// For instance a LRM can be the central line of a highway
124
124
/// And that LRM is the reference for the two other traversals corresponding to each direction
125
125
used_on:[TraversalRef];
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ fn main() {
159
159
views : Some ( fbb. create_vector ( & [ view] ) ) ,
160
160
..Default :: default ( )
161
161
} ;
162
+
162
163
let lrs = Lrs :: create ( & mut fbb, & lrs_args) ;
163
164
164
165
fbb. finish ( lrs, None ) ;
Original file line number Diff line number Diff line change @@ -1974,7 +1974,7 @@ impl<'a> LinearReferencingMethod<'a> {
1974
1974
// which contains a valid value in this slot
1975
1975
unsafe { self . _tab . get :: < TraversalRef > ( LinearReferencingMethod :: VT_TRAVERSAL_INDEX , None ) }
1976
1976
}
1977
- /// An LRM can apply to multiple referals
1977
+ /// An LRM can apply to multiple traversal
1978
1978
/// For instance a LRM can be the central line of a highway
1979
1979
/// And that LRM is the reference for the two other traversals corresponding to each direction
1980
1980
#[ inline]
You can’t perform that action at this time.
0 commit comments