Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist committed Nov 20, 2022
1 parent 4c2e2c3 commit 6f81e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/java/_std/haxe/atomic/AtomicBool.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package haxe.atomic;

import java.util.concurrent.atomic.AtomicBoolean;

abstract AtomicInt(AtomicBoolean) {
abstract AtomicBool(AtomicBoolean) {
public inline function new(value:Bool) {
this = new AtomicBoolean(value);
}
Expand Down

0 comments on commit 6f81e6a

Please sign in to comment.