mirror of
https://github.com/status-im/nim-stew.git
synced 2025-02-13 04:27:10 +00:00
Fix a typo [skip ci]
This commit is contained in:
parent
1eed7a72b7
commit
df7f2e7ed5
@ -43,7 +43,7 @@ func declval*(T: type): T {.compileTime.} =
|
||||
## to `not nil` or `requiresInit` requirements.
|
||||
##
|
||||
doAssert false,
|
||||
"declvar should be used only in `typeof` expressions and concepts"
|
||||
"declval should be used only in `typeof` expressions and concepts"
|
||||
default(ptr T)[]
|
||||
|
||||
when not compiles(len((1, 2))):
|
||||
|
Loading…
x
Reference in New Issue
Block a user