nim-lang / Nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

Home Page:https://nim-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word error

ashe27 opened this issue · comments

commented

Description

The assertion message is misspelled.
here: https://github.com/nim-lang/Nim/blob/devel/lib/pure/asyncnet.nim#L918
It should be “data”.

Nim Version

devel

Current Output

No response

Expected Output

No response

Known Workarounds

No response

Additional Information

No response