No blank before .

This commit is contained in:
Andreas Fabri 2012-08-16 21:25:41 +00:00
parent e50e479110
commit c5af7e97c3
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ subcurves.
The following example demonstrates how to compute and traverse the
minimization diagram of line segments, as illustrated in
Figure \ref env2_figmin_diag . We use the curve-data traits
Figure \ref env2_figmin_diag. We use the curve-data traits
instantiated by the `Arr_segment_traits_2` class, in order to
attach a label (a `char` in this case) to each input segment.
We use these labels when we print the minimization diagram.