Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangchungk53qx1 authored Mar 5, 2024
1 parent 6f97449 commit d8378dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Much of the functionality of this module is similar to [atomic-fu](https://githu
fun useRef(){
val threadRef = ThreadRef()
threadRef.same() // <- true
backgrundThread {
backgroundThread {
threadRef.same() // <- false
}
}
Expand Down

0 comments on commit d8378dc

Please sign in to comment.