From c26420d3b6eec7ad4e526c5bedbf94b849c6dfc3 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Sun, 12 Nov 2023 10:51:29 -0800 Subject: [PATCH] wip --- .../CasePaths/Documentation.docc/AnyCasePathDeprecations.md | 3 ++- Sources/CasePaths/Documentation.docc/Swift59.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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#> ```