From c11878cd8acb477713cd9b35ef070e8433ed3e89 Mon Sep 17 00:00:00 2001 From: Kolya Matteo Date: Fri, 29 Apr 2016 16:20:43 -0400 Subject: [PATCH] typo --- doc/none_of.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/none_of.qbk b/doc/none_of.qbk index cf0b143..f0b93b7 100644 --- a/doc/none_of.qbk +++ b/doc/none_of.qbk @@ -74,7 +74,7 @@ All of the variants of `none_of` and `none_of_equal` take their parameters by va [heading Notes] -* The routine `none_of` is also available aspart of the C++11 standard. +* The routine `none_of` is also available as part of the C++11 standard. * `none_of` and `none_of_equal` both return true for empty ranges, no matter what is passed to test against.