Skip to content

Commit 5337c3a

Browse files
committed
Fix a typo (Monique's suggestion)
1 parent fe5873a commit 5337c3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Installation/CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Release date: September 2013
169169
replaced by a template class Intersection_and_primitive_id<Query> to
170170
determine the type depending on the query object type.
171171

172-
- Introduce the class AABB_halfedge_graph_segment_primitive, that replaces
172+
- Introduce the class AABB_halfedge_graph_segment_primitive, which replaces
173173
the class AABB_polyhedron_segment_primitive (which is now deprecated). The
174174
new class is more general and can be used with any model of HalfedgeGraph.
175175

Installation/changes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h3>3D Fast Intersection and Distance Computation</h3>
294294
the type depending on the query object type.
295295
</li>
296296
<li>Introduce the
297-
class <code>AABB_halfedge_graph_segment_primitive</code>, that
297+
class <code>AABB_halfedge_graph_segment_primitive</code>, which
298298
replaces the class <code>AABB_polyhedron_segment_primitive</code>
299299
(which is now deprecated). The new class is more general and can be
300300
used with any model of <code>HalfedgeGraph</code>.</li>

0 commit comments

Comments
 (0)