Skip to content

Commit be329e8

Browse files
committed
fixed typo
1 parent 9a1ae90 commit be329e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ into several general groups:
4949
[Agent](https://github.com/jdantonio/concurrent-ruby/wiki/Agent),
5050
[Future](https://github.com/jdantonio/concurrent-ruby/wiki/Future),
5151
[Promise](https://github.com/jdantonio/concurrent-ruby/wiki/Promise),
52-
[ScheculedTask](https://github.com/jdantonio/concurrent-ruby/wiki/ScheduledTask),
52+
[ScheduledTask](https://github.com/jdantonio/concurrent-ruby/wiki/ScheduledTask),
5353
and [TimerTask](https://github.com/jdantonio/concurrent-ruby/wiki/TimerTask)
5454
* Erlang-inspired [Supervisor](https://github.com/jdantonio/concurrent-ruby/wiki/Supervisor) and other lifecycle classes/mixins
5555
for managing long-running threads

0 commit comments

Comments
 (0)