Fix incorrect comment style in timers.sh (// → #) (#605)

Fixes #604
This commit is contained in:
Asutosh Padhi
2025-05-17 07:32:15 +05:30
committed by GitHub
parent b783827604
commit bd94e3e926

View File

@@ -1,6 +1,6 @@
// The first timer will fire ~2s after we start the
// program, but the second should be stopped before it has
// a chance to fire.
# The first timer will fire ~2s after we start the
# program, but the second should be stopped before it has
# a chance to fire.
$ go run timers.go
Timer 1 fired
Timer 2 stopped