Skip to content

Commit

Permalink
Add newly added extensions to Extensions doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Mar 31, 2024
1 parent 09a9ff7 commit 3817894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/HandySwift/HandySwift.docc/Essentials/Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ func downloadPuzzle(from url: URL) async throws -> Puzzle {
- ``Swift/String/randomElements(count:)``
- ``Swift/String/encrypted(key:)``
- ``Swift/String/decrypted(key:)``
- ``Swift/String/tokenized(locale:)``
- ``Swift/String/matchesTokenizedPrefixes(in:locale:)``

### StringProtocol

Expand Down

0 comments on commit 3817894

Please sign in to comment.