diff --git a/Sources/CasePaths/Documentation.docc/AnyCasePathDeprecations.md b/Sources/CasePaths/Documentation.docc/AnyCasePathDeprecations.md index 5cfddb3..de737ac 100644 --- a/Sources/CasePaths/Documentation.docc/AnyCasePathDeprecations.md +++ b/Sources/CasePaths/Documentation.docc/AnyCasePathDeprecations.md @@ -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`` diff --git a/Sources/CasePaths/Documentation.docc/Swift59.md b/Sources/CasePaths/Documentation.docc/Swift59.md index 439f52b..aca57da 100644 --- a/Sources/CasePaths/Documentation.docc/Swift59.md +++ b/Sources/CasePaths/Documentation.docc/Swift59.md @@ -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#> ```