Commit a02d50cd authored by Davis King's avatar Davis King

Fixed typo in comment.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404148
parent 5a9381c2
...@@ -137,7 +137,7 @@ namespace dlib ...@@ -137,7 +137,7 @@ namespace dlib
name_ == name() name_ == name()
description_ == description() description_ == description()
number_of_arguments_ == number_of_arguments() number_of_arguments_ == number_of_arguments()
options[index] == operator[](index) options[N][arg] == argument(arg,N)
num_present == count() num_present == count()
!*/ !*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment