Skip to content

Commit f949081

Browse files
authored
Remove documentation for an unused initializer parameter in the Prefix parser (#334)
1 parent 9eac6a9 commit f949081

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/Parsing/ParserPrinters/Prefix.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ public struct Prefix<Input: Collection>: Parser where Input.SubSequence == Input
8686
/// ```
8787
///
8888
/// - Parameters:
89-
/// - length: A length that provides a minimum number and maximum of elements to consume for
90-
/// parsing to be considered successful.
9189
/// - predicate: An closure that takes an element of the input sequence as its argument and
9290
/// returns `true` if the element should be included or `false` if it should be excluded. Once
9391
/// the predicate returns `false` it will not be called again.

0 commit comments

Comments
 (0)