Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / spirit / doc / qi / quick_reference.qbk
index 7e515b3..9df325e 100644 (file)
@@ -239,7 +239,7 @@ See here for more information about [qi_auto Auto Parsers].
     [[[link spirit.qi.reference.operator.not_predicate `!a`]]
                             [`Unused`]                  [Not predicate. If the predicate `a` matches,
                                                         fail. Otherwise, return a zero length match.]]
-    [[[link spirit.qi.reference.operator.not_predicate `&a`]]
+    [[[link spirit.qi.reference.operator.and_predicate `&a`]]
                             [`Unused`]                  [And predicate. If the predicate `a` matches,
                                                         return a zero length match. Otherwise, fail.]]
     [[[link spirit.qi.reference.operator.optional `-a`]]