Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored and actions-user committed Mar 7, 2022
1 parent 1a0050f commit 1d3aa2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ try Parse {
.parse("123,1") // (123, .admin)
```

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

Expand Down

0 comments on commit 1d3aa2f

Please sign in to comment.