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 a0e7d73 commit 9eac6a9Copy full SHA for 9eac6a9
Sources/swift-parsing-benchmark/CSV.swift
@@ -3,7 +3,7 @@ import Foundation
3
import Parsing
4
5
/// 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.
+/// its performance against a more ad hoc approach at the same level of abstraction.
7
let csvSuite = BenchmarkSuite(name: "CSV") { suite in
8
struct FieldParser: ParserPrinter {
9
var body: some ParserPrinter<Substring.UTF8View, String> {
0 commit comments