Skip to content

Commit d5c63a3

Browse files
committed
Fix typo in comment
1 parent eae6e90 commit d5c63a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/actor/behaviour/executes_context.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Concurrent
22
module Actor
33
module Behaviour
4-
# Delegates messages nad events to {AbstractContext} instance
4+
# Delegates messages and events to {AbstractContext} instance
55
class ExecutesContext < Abstract
66
def on_envelope(envelope)
77
context.on_envelope envelope

0 commit comments

Comments
 (0)