From 62adee5d3dd07f938951422645903963efeed95f Mon Sep 17 00:00:00 2001 From: mat007 Date: Fri, 3 May 2013 20:15:18 +0000 Subject: [PATCH] Tweaked documentation git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@631 860be788-9bd5-4423-9f1e-828f051e677b --- build/boost/doc/customisation.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/boost/doc/customisation.qbk b/build/boost/doc/customisation.qbk index 245605a..c4ff6ea 100644 --- a/build/boost/doc/customisation.qbk +++ b/build/boost/doc/customisation.qbk @@ -62,7 +62,7 @@ Simple enough, however this constraint isn't serializable and thus yields a rath Just like a parameter, a constraint can be displayed in a readable form using its serialization operator, see [link turtle.customisation.logging logging]. -Thus for a widely used constraint (for instance one shipped with the code of a library) it is likely better to define it like this : +Thus a widely used constraint (for instance one shipped with the code of a library) is likely better to be defined like this : [custom_constraint_functor]