summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorflywind <43030857+xflywind@users.noreply.github.com>2020-11-02 20:01:19 +0800
committerGitHub <noreply@github.com>2020-11-02 13:01:19 +0100
commit4fe56b56ce2b856ff8fae9051cceb766ab7729e0 (patch)
tree9a1b543df194bd5e8fa9c4074814499d308b29b8 /lib
parent5b4c17b5e7166220c7b5c149946579f245f54645 (diff)
downloadNim-4fe56b56ce2b856ff8fae9051cceb766ab7729e0.tar.gz
more clear (#15812)
Diffstat (limited to 'lib')
-rw-r--r--lib/pure/asynchttpserver.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pure/asynchttpserver.nim b/lib/pure/asynchttpserver.nim
index afd452b01..ec7f2a0de 100644
--- a/lib/pure/asynchttpserver.nim
+++ b/lib/pure/asynchttpserver.nim
@@ -11,8 +11,8 @@
 ##
 ## This HTTP server has not been designed to be used in production, but
 ## for testing applications locally. Because of this, when deploying your
-## application you should use a reverse proxy (for example nginx) instead of
-## allowing users to connect directly to this server.
+## application in production you should use a reverse proxy (for example nginx) 
+## instead of allowing users to connect directly to this server.
 ##
 ## Basic usage
 ## ===========