From 37350c4b3f8ff21c557383edb047b4a261fc63b2 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sun, 26 Jan 2025 09:11:10 +0100 Subject: [PATCH] [alg.search] Add \tcode for true --- source/algorithms.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/algorithms.tex b/source/algorithms.tex index b3e26f4b27..d44782e31f 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -4707,7 +4707,7 @@ \returns The first iterator \tcode{i} in the range \range{first}{last - count} such that for every non-negative integer \tcode{n} less than \tcode{count} -the condition $E$ is true. +the condition $E$ is \tcode{true}. Returns \tcode{last} if no such iterator is found. \pnum