fix mismatch between documentation and implementation (#1835)

This commit is contained in:
Paul Dreik 2019-07-19 12:38:56 +02:00 committed by Davis E. King
parent 2704f3e26d
commit 8a2963d758

View File

@ -1175,8 +1175,8 @@
<file>dlib/image_io.h</file>
<spec_file link="true">dlib/image_loader/load_image_abstract.h</spec_file>
<description>
This global function takes a file name, looks at its extension, and
then loads it into an <a href="containers.html#array2d">array2d</a> of
This global function takes a file name and
loads it into an <a href="containers.html#array2d">array2d</a> of
<a href="dlib/pixel.h.html">pixels</a> using the appropriate image
loading routine. The supported types are BMP, PNG, JPEG, GIF, and the dlib DNG file format.