aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-15 22:54:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-15 22:54:58 +0200
commit65101f4943e194e5b423099419612d0e38967cdc (patch)
tree21ebb36880c6dd463bf0fdf217a470adc1f2eac1
parent76a95f6b11d466f5faa03bfe3aefc58f68fc7017 (diff)
Fix typo in manual
-rw-r--r--doc/manual.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index b16e1ce..caf3d39 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -8273,7 +8273,7 @@ namespace odb
// The same using the pointer interface.
//
- if (ns)
+ if (!ns)
{
s = "abc";
}