Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jun 19, 2023
1 parent 9057567 commit 81f3252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-math/src/line.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ impl<const D: usize> Line<D> {
/// Access the direction of the line
///
/// The length of this vector defines the unit of the line's curve
/// coordinate system. The coordinate `1.` is always were the direction
/// coordinate system. The coordinate `1.` is always where the direction
/// vector points, from `origin`.
pub fn direction(&self) -> Vector<D> {
self.direction
Expand Down

0 comments on commit 81f3252

Please sign in to comment.