Fixed typo in comment.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404148
This commit is contained in:
Davis King 2011-02-13 14:46:05 +00:00
parent 5a9381c26b
commit a02d50cd7b
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ namespace dlib
name_ == name()
description_ == description()
number_of_arguments_ == number_of_arguments()
options[index] == operator[](index)
options[N][arg] == argument(arg,N)
num_present == count()
!*/