system/strmantle: avoid leaking docs to system.nim [ci skip] (#10233)

thanks @timotheecour for spotting this

(cherry picked from commit 20402579a2)
This commit is contained in:
alaviss
2019-01-08 14:42:10 +07:00
committed by narimiran
parent dd8192fc1d
commit efa75215e6

View File

@@ -7,7 +7,7 @@
# distribution, for details about the copyright.
#
## Compilerprocs for strings that do not depend on the string implementation.
# Compilerprocs for strings that do not depend on the string implementation.
proc cmpStrings(a, b: string): int {.inline, compilerProc.} =
let alen = a.len