mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
fixed minor typo in comment
This commit is contained in:
parent
27898a502f
commit
d1dc0e1de7
@ -151,7 +151,7 @@ namespace dlib
|
||||
- value <= 2^32 - 1
|
||||
ensures
|
||||
- returns the square root of value. if the square root is not an
|
||||
integer then it will be rounded up to the nearest integer.
|
||||
integer then it will be rounded up to the nearest integer.
|
||||
!*/
|
||||
{
|
||||
unsigned long x;
|
||||
|
Loading…
Reference in New Issue
Block a user