From 81f3252ea65f7f6499520f2a890efe7efb513506 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 c46821983..1e598ae49 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