Skip to content

Commit 9eac6a9

Browse files
fix typo in CSV.swift docstring (#322)
1 parent a0e7d73 commit 9eac6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-parsing-benchmark/CSV.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Foundation
33
import Parsing
44

55
/// This benchmark demonstrates how to define a simple CSV parser with quoted fields and measures
6-
/// its performance against more a more ad hoc approach at the same level of abstraction.
6+
/// its performance against a more ad hoc approach at the same level of abstraction.
77
let csvSuite = BenchmarkSuite(name: "CSV") { suite in
88
struct FieldParser: ParserPrinter {
99
var body: some ParserPrinter<Substring.UTF8View, String> {

0 commit comments

Comments
 (0)