fix tiny typo in comment (#274)

This commit is contained in:
Derek 呆 2022-05-19 23:37:51 +08:00 committed by GitHub
parent 875d7d8e6e
commit 1233f8fb4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()