Skip to content

Commit 87ce6ac

Browse files
committed
Fix an improperly placed comma.
1 parent 334e00c commit 87ce6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/lib/libprofile.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ \section{Calibration \label{profile-calibration}}
611611
You can also achieve the same results using a derived class (and the
612612
profiler will actually run equally fast!!), but the above method is
613613
the simplest to use. I could have made the profiler ``self
614-
calibrating'', but it would have made the initialization of the
614+
calibrating,'' but it would have made the initialization of the
615615
profiler class slower, and would have required some \emph{very} fancy
616616
coding, or else the use of a variable where the constant \samp{.00053}
617617
was placed in the code shown. This is a \strong{VERY} critical

0 commit comments

Comments
 (0)