[program options] Documentation typo

25 Mar
2006
25 Mar
'06
4:35 p.m.
Hi.
There's a small typo in the program options documentation, under section
Howto->Custom Validators:
Where it is written:
// Make sure no previous assignment to 'a' was made.
validators::check_first_occurence(v);
it should be
// Make sure no previous assignment to 'a' was made.
validators::check_first_occurrence(v);
Thanks.
--
Tiago de Paula Peixoto
6984
Age (days ago)
6984
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tiago de Paula Peixoto