From 65101f4943e194e5b423099419612d0e38967cdc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Sep 2016 22:54:58 +0200 Subject: Fix typo in manual --- doc/manual.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/manual.xhtml') 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"; } -- cgit v1.1