diff --git a/chronos/streams/asyncstream.nim b/chronos/streams/asyncstream.nim index b9cbeb3..4022dc4 100644 --- a/chronos/streams/asyncstream.nim +++ b/chronos/streams/asyncstream.nim @@ -782,7 +782,7 @@ proc write*(wstream: AsyncStreamWriter, pbytes: pointer, ## Write sequence of bytes pointed by ``pbytes`` of length ``nbytes`` to ## writer stream ``wstream``. ## - ## ``nbytes` must be more then zero. + ## ``nbytes`` must be more then zero. checkStreamClosed(wstream) if nbytes <= 0: raiseEmptyMessageDefect()