Skip to content

Commit f3a0eaa

Browse files
committed
Update
1 parent 6930bf2 commit f3a0eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/singleapp/count_down_latch/countdownlatch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"sync/atomic"
66
)
77

8-
// CountdownLatch は、C#-のCountdownEventやJavaのCountDownLatchと同様の機能を提供する構造体です.
8+
// CountdownLatch は、C#のCountdownEventやJavaのCountDownLatchと同様の機能を提供する構造体です.
99
type CountdownLatch struct {
1010
count atomic.Int32
1111
mutex sync.Mutex

0 commit comments

Comments
 (0)