From 4691961d8f82496f68f955439dceec862b4d18e2 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 23 Aug 2022 03:13:12 +0300 Subject: [PATCH] Fix typos in IF/IIF docs. --- doc/ref/if.html | 2 +- doc/ref/iif.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/if.html b/doc/ref/if.html index 6f389c985..c25be50d0 100644 --- a/doc/ref/if.html +++ b/doc/ref/if.html @@ -5,7 +5,7 @@
- The BOOST_PP_IF macro chooses between to values based on a logical condition. + The BOOST_PP_IF macro chooses between two values based on a logical condition.

Usage

diff --git a/doc/ref/iif.html b/doc/ref/iif.html index 8c8f7444f..f18f700ea 100644 --- a/doc/ref/iif.html +++ b/doc/ref/iif.html @@ -5,7 +5,7 @@
- The BOOST_PP_IIF macro chooses between to values based on a bitwise condition. + The BOOST_PP_IIF macro chooses between two values based on a bitwise condition.

Usage