Skip to content

Commit 595f7cd

Browse files
committed
Actor::Reference doc update
1 parent 6a42240 commit 595f7cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/concurrent/actor/reference.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module Actor
66
# see {PublicDelegations}.
77
#
88
# AdHoc.spawn('printer') { -> message { puts message } }
9-
# # => #<Concurrent::Actor::Reference /printer (Concurrent::Actor::Utils::AdHoc)>
10-
# # ^path ^context class
9+
# # => #<Concurrent::Actor::Reference:0x7fd0d2883218 /printer (Concurrent::Actor::Utils::AdHoc)>
10+
# # ^object_id ^path ^context class
1111
class Reference
1212
include TypeCheck
1313
include PublicDelegations

0 commit comments

Comments
 (0)