manual: fix typo in inImplicitlyConvertible [ci skip] (#11211)

This commit is contained in:
Jjp137
2019-05-08 21:47:43 -07:00
committed by Miran
parent aa76857462
commit 541751305c

View File

@@ -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: