Skip to content

Commit

Permalink
Minor: doc updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 committed Dec 25, 2024
1 parent 0a96e6a commit 99f04b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/clip/rectangle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ impl<T> Connectable for Rectangle<Unconnected, T>
where
T: 'static + CoordFloat,
{
/// The resultant postclip node type.
/// The resultant postclip node type.
type Output<SC> = Rectangle<Connected<SC>, T>;

fn connect<SC>(&self, sink: SC) -> Self::Output<SC> {
Expand Down
2 changes: 1 addition & 1 deletion lib/src/clip/rejoin/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use geo::CoordFloat;

use crate::clip::intersection::Intersection;

/// Given a vec of Intersetions :-
/// Given a vec of Intersections :-
///
/// Set the next and pervious entries to be the elements above and
/// below. Connect the ends to form a circular loop.
Expand Down

0 comments on commit 99f04b4

Please sign in to comment.