Skip to content

Commit

Permalink
Fixed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
efifogel committed Oct 23, 2023
1 parent 0955255 commit 3220cef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Default_visitor_base {
/*! Destructor */
virtual ~Default_visitor_base() {}

/*! Attach the a sweep-line object. */
/*! Attach a sweep-line object. */
void attach(Surface_sweep_2* sl) { m_surface_sweep = sl; }

/*!
Expand Down

0 comments on commit 3220cef

Please sign in to comment.