Commit ceb71d96 authored by Davis King's avatar Davis King

fixed grammar in a comment

parent 380a0416
...@@ -353,7 +353,7 @@ namespace dlib ...@@ -353,7 +353,7 @@ namespace dlib
Therefore, if you want to modify the behavior of the HTTP server, for example, Therefore, if you want to modify the behavior of the HTTP server, for example,
to do some more complex data streaming requiring direct access to the to do some more complex data streaming requiring direct access to the
iostreams, then you can do so by defining your own on_connect() routine. In iostreams, then you can do so by defining your own on_connect() routine. In
particular, the default implementation shown below is a good starting point. particular, the default implementation shown below is a good starting point.
!*/ !*/
{ {
try try
......
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