aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.xhtml')
-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";
}