Skip to content

Commit 5c48dbb

Browse files
Update concepts/chars/about.md
Co-authored-by: Derk-Jan Karrenbeld <[email protected]>
1 parent 1c13ef7 commit 5c48dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/chars/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Char.MAX_VALUE.code // => 65535 (64k, the largest code point allowed)
5959
Converting between `Char` and `Int` is simple:
6060

6161
```kotlin
62-
a.code // => 97 (a.toInt() is deprecated)
62+
a.code // => 97
6363
Char(97) // => 'a'
6464
```
6565

0 commit comments

Comments
 (0)