From e08f551abcd445bb5cf2762ee5c20fd91ea03685 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Mon, 19 Jun 2023 14:02:19 +0200 Subject: [PATCH] Fix typo in documentation --- crates/fj-math/src/line.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fj-math/src/line.rs b/crates/fj-math/src/line.rs index c468219833..1e598ae49e 100644 --- a/crates/fj-math/src/line.rs +++ b/crates/fj-math/src/line.rs @@ -79,7 +79,7 @@ impl Line { /// 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 { self.direction