Skip to content

Commit

Permalink
Fix typo in SheetsPopoversCovers documentation (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinohman authored Nov 23, 2023
1 parent 78f9d72 commit 8059322
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ as a "case-pathable" enum:

@CasePathable
enum Destination {
var counter(Int)
case counter(Int)
// More destinations
}
```
Expand Down

0 comments on commit 8059322

Please sign in to comment.