mirror of https://github.com/davisking/dlib.git
Fixed grammar in a comment.
This commit is contained in:
parent
187f0fef73
commit
2a66397aeb
|
@ -669,7 +669,7 @@ namespace dlib
|
||||||
|
|
||||||
const rectangle area = get_rect(img);
|
const rectangle area = get_rect(img);
|
||||||
|
|
||||||
// save width to avoid computing them over and over
|
// Save width to avoid computing it over and over.
|
||||||
const long width = rect.width();
|
const long width = rect.width();
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue