Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 7b6e292

Browse files
rashanjyotSebastianAigner
authored andcommitted
Fix file name
1 parent 39b7b98 commit 7b6e292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kotlin Native Concurrency/03_Global.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ There are two types of global state we need to be concerned with: objects and pr
88

99
All global `object` instances are frozen, but they can be referenced from any thread.
1010

11-
Find `3) Global State` in `SampleMacos.kt` and uncomment `cantChangeThis()`.
11+
Find `3) Global State` in `SampleMain.kt` and uncomment `cantChangeThis()`.
1212

1313
```kotlin
1414
fun cantChangeThis(){

0 commit comments

Comments
 (0)