Skip to content

Commit 1d3aa2f

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent 1a0050f commit 1d3aa2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Parsing/Documentation.docc/Articles/Parsers/CaseIterable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ try Parse {
4040
.parse("123,1") // (123, .admin)
4141
```
4242

43-
The `parser()` method on `CaseIterable` is overloaded to work on a variety of string representations
43+
The `parser()` method on `CaseIterable` is overloaded to work on a variety of string representations
4444
in order to be as efficient as possible, including `Substring`, `UTF8View`, and more general
4545
collections of UTF-8 code units (see <doc:StringAbstractions> for more info).
4646

0 commit comments

Comments
 (0)