Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Nov 12, 2023
1 parent 24f2631 commit c26420d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Avoid using deprecated APIs in your app. See the replacement that you should use

### Creating paths

- ``AnyCasePath/init(unsafe:)``
- ``AnyCasePath/init(unsafe:)-4xq8n``
- ``AnyCasePath/init(unsafe:)-2skr2``
- ``AnyCasePath/init(_:)-5t7e8``
- ``AnyCasePath/init(_:)-5hb2e``
- ``AnyCasePath/init(_:)-2cuas``
Expand Down
2 changes: 1 addition & 1 deletion Sources/CasePaths/Documentation.docc/Swift59.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ performant, and more powerful than the existing APIs.

In past versions of the library, the primary way to derive a case path was via the form:

```swift
```
/<#enum name#>.<#case#>
```

Expand Down

0 comments on commit c26420d

Please sign in to comment.