We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 488333c + 68ee82c commit 0959370Copy full SHA for 0959370
stdlib/public/core/Slice.swift
@@ -127,7 +127,7 @@ public struct Slice<Base: Collection> {
127
///
128
/// print(singleNonZeroDigits.count)
129
/// // Prints "9"
130
- /// prints(singleNonZeroDigits.base.count)
+ /// print(singleNonZeroDigits.base.count)
131
/// // Prints "10"
132
/// print(singleDigits == singleNonZeroDigits.base)
133
/// // Prints "true"
0 commit comments