Skip to content

Commit

Permalink
Remove outdated remark from doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Feb 22, 2023
1 parent abfc679 commit a6fbe51
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions crates/fj-kernel/src/geometry/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
//!
//! This is a bit of an in-between module. It is closely associated with curves
//! ([`Curve`]/[`GlobalCurve`]) and [`Surface`]s, but paths are not really
//! objects themselves, as logically speaking, they are owned and not referenced
//! (practically speaking, all objects are owned and not referenced, but that is
//! an implementation detail; see [#1021] for context on where things are
//! going).
//! objects themselves, as logically speaking, they are owned and not
//! referenced.
//!
//! On the other hand, the types in this module don't follow the general style
//! of types in `fj-math`.
Expand All @@ -20,7 +18,6 @@
//! [`Curve`]: crate::objects::Curve
//! [`GlobalCurve`]: crate::objects::GlobalCurve
//! [`Surface`]: crate::objects::Surface
//! [#1021]: https://github.com/hannobraun/Fornjot/issues/1021
use fj_math::{Circle, Line, Point, Scalar, Transform, Vector};

Expand Down

0 comments on commit a6fbe51

Please sign in to comment.