From ae6dd08936d3cc8b0ff2d44c9e63cdc8c0fca471 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 22 Dec 2006 10:08:55 +0000 Subject: [PATCH] Typo fix. [SVN r36486] --- doc/type_traits.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/type_traits.qbk b/doc/type_traits.qbk index 8795f12..c7b7233 100644 --- a/doc/type_traits.qbk +++ b/doc/type_traits.qbk @@ -683,7 +683,7 @@ The first part guarantees the successful compilation of something like this: and the second part provides the library's users with a mechanism to make the above code work not only for `char`, `int` or other built-in type, -but for they own types as well: +but for their own types as well: namespace myspace{ struct MyClass {};