Skip to content

Commit 3ce7681

Browse files
Update core/common/src/TimeZone.kt
Co-authored-by: Dmitry Khalanskiy <[email protected]>
1 parent 3963ba8 commit 3ce7681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/common/src/TimeZone.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public expect open class TimeZone {
6363
*
6464
* If the current system time zone changes, this function can reflect this change on the next invocation.
6565
*
66-
* Always return `UTC` timezone on the Wasm WASI platform due to the lack of support for retrieving system time zone information.
66+
* Always returns the `UTC` timezone on the Wasm WASI platform due to the lack of support for retrieving system timezone information.
6767
*
6868
* @sample kotlinx.datetime.test.samples.TimeZoneSamples.currentSystemDefault
6969
*/

0 commit comments

Comments
 (0)