Skip to content

Commit f800239

Browse files
committed
feat: added levenshtein distance
1 parent 3da5a37 commit f800239

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/FoundationPlus/Documentation.docc/Documentation.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ This package extends the Swift Foundation framework with extensions to existing
1212
### String
1313

1414
- ``Swift/String/dateFormat``
15+
- ``Swift/String/levenshteinDistance(to:)``
16+
17+
### StringProtocol
18+
19+
- ``Swift/StringProtocol/subscript(index:)``
1520

1621
### CaseIterable
1722

0 commit comments

Comments
 (0)