Skip to content

Commit f30db1d

Browse files
authored
Update README.md (#58)
It's the Swift stdlib, not STL (Standard *Template* Library, Swift has no templates ...) It's not an external dependency either (wording was suggesting that)
1 parent bcfd1a9 commit f30db1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you like the idea of using pure Swift without any dependencies, you might als
1313

1414
- [x] does not use Foundation at all
1515
- [x] does not use `unsafe` Swift syntax
16-
- [x] no external dependencies other than the Swift STL
16+
- [x] no external dependencies, only the Swift stdlib required
1717
- [x] faster than Foundation implementation
1818

1919
#### Currently not supported

0 commit comments

Comments
 (0)