Skip to content

Commit 79610d4

Browse files
authored
Fix typos
1 parent a6411f9 commit 79610d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ all three platforms.
2323
All platforms (macosX64, macosArm64, iosX64, iosArm64, iosSimulatorArm64,
2424
linuxX6, mingwX64, JVM, JS, wasmJS), in the same way:
2525

26-
- `Stirng.sprintf` - something like C `sprinf` or JVM `String.format` but with more features and multiplatform
26+
- `String.sprintf` - something like C `sprinf` or JVM `String.format` but with more features and multiplatform
2727

2828
- base64: `ByteArray.encodeToBase64()`, `ByteArray.encodeToBase64Compact()`, `String.decodeBase64()`
2929
and `ByteArray.decodeBase64Compact()`. Also, URL-friendly forms: `ByteArray.encodeToBase64Url`
@@ -339,7 +339,7 @@ one as in the sample above.
339339

340340
# Future
341341

342-
The library is actively maintained and is going to be maintained for a long time; it is already used in many commercial projects).
342+
The library is actively maintained and is going to be maintained for a long time; it is already used in many commercial projects.
343343

344344
# Mac-compatible releases
345345

0 commit comments

Comments
 (0)