Skip to content

Commit 6a79be0

Browse files
authored
Update future.md
1 parent cd59563 commit 6a79be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-source/future.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class Ticker
8080
end
8181
end
8282

83-
yahoo = Finance.new('YAHOO')
83+
yahoo = Ticker.new('YAHOO')
8484
future = Concurrent::Future.new { yahoo.update.suggested_symbols }
8585
future.add_observer(Ticker.new)
8686
future.execute

0 commit comments

Comments
 (0)