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

thanks @timotheecour for spotting this
This commit is contained in:
alaviss
2019-01-08 14:42:10 +07:00
committed by Andreas Rumpf
parent abad758a7e
commit 20402579a2

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