From 03c7fdcf37e6f3e795ad5c5b23c09305d10ff36e Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 8 Feb 2004 00:11:22 +0000 Subject: [PATCH] Fix the documentation of empty() (Angus Leeming) [SVN r22193] --- doc/reference.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/reference.xml b/doc/reference.xml index 8a35974..661a1e8 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -79,7 +79,7 @@ bool - true if this has a target, and false otherwise. + false if this has a target, and true otherwise. Will not throw. @@ -223,7 +223,7 @@ bool - true if this has a target, and false otherwise. + false if this has a target, and true otherwise. Will not throw. @@ -634,7 +634,7 @@ bool - true if this has a target, and false otherwise. + false if this has a target, and true otherwise. Will not throw.