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.
1 parent 9eac6a9 commit f949081Copy full SHA for f949081
Sources/Parsing/ParserPrinters/Prefix.swift
@@ -86,8 +86,6 @@ public struct Prefix<Input: Collection>: Parser where Input.SubSequence == Input
86
/// ```
87
///
88
/// - Parameters:
89
- /// - length: A length that provides a minimum number and maximum of elements to consume for
90
- /// parsing to be considered successful.
91
/// - predicate: An closure that takes an element of the input sequence as its argument and
92
/// returns `true` if the element should be included or `false` if it should be excluded. Once
93
/// the predicate returns `false` it will not be called again.
0 commit comments