mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 14:55:24 +00:00
manual: fix typo in inImplicitlyConvertible [ci skip] (#11211)
This commit is contained in:
@@ -2144,7 +2144,7 @@ algorithm returns true:
|
||||
of array:
|
||||
result = b == openArray and typeEquals(a.baseType, b.baseType)
|
||||
if a.baseType == char and a.indexType.rangeA == 0:
|
||||
result = b = cstring
|
||||
result = b == cstring
|
||||
of cstring, ptr:
|
||||
result = b == pointer
|
||||
of string:
|
||||
|
||||
Reference in New Issue
Block a user