mirror of
https://gitlab.com/fbb-git/cppannotations
synced 2024-11-16 07:48:44 +01:00
typo
This commit is contained in:
parent
4344bc0e19
commit
5a822ed425
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ compile:
|
|||
count_if(vs.begin(), vs.end(),
|
||||
not1(bind(greater_equal<string>()), _1, reftext));
|
||||
)
|
||||
Here we'll devlope an alternative, tt(not_fn), replacing tt(not1) and
|
||||
Here we'll develop an alternative, tt(not_fn), replacing tt(not1) and
|
||||
tt(not2) in the above statements:
|
||||
verb(
|
||||
count_if(vs.begin(), vs.end(), // 1
|
||||
|
|
Loading…
Reference in a new issue