From 09b6bddb2547a62844bea22343ba471938068c19 Mon Sep 17 00:00:00 2001 From: mat007 Date: Sun, 1 Mar 2015 11:28:53 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@771 860be788-9bd5-4423-9f1e-828f051e677b --- build/boost/doc/customization.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/boost/doc/customization.qbk b/build/boost/doc/customization.qbk index 0f48f30..7dd544e 100644 --- a/build/boost/doc/customization.qbk +++ b/build/boost/doc/customization.qbk @@ -104,7 +104,7 @@ The use of boost::unwrap_ref provides support for passing arguments as reference See [link turtle.reference.expectation.constraints constraints] for an explanation of how the library detects whether an argument is a functor or a value. -For more information about the serialization operator and the use of mock::format, refer to [link turtle.customization.logging loggin]. +For more information about the serialization operator and the use of mock::format, refer to [link turtle.customization.logging logging]. [note The [link turtle.reference.constraint constraint helper macro] takes care of everything for simple cases.]