Skip to content

Commit 8f80ce0

Browse files
committed
Merge pull request #151 from gmalkas/fix-comment-typo
Fix typo in comment
2 parents 7125989 + d5c63a3 commit 8f80ce0

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)