Skip to content

Commit

Permalink
Update future.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pitr-ch committed Jul 20, 2020
1 parent cd59563 commit 6a79be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-source/future.md
Expand Up @@ -80,7 +80,7 @@ class Ticker
end
end

yahoo = Finance.new('YAHOO')
yahoo = Ticker.new('YAHOO')
future = Concurrent::Future.new { yahoo.update.suggested_symbols }
future.add_observer(Ticker.new)
future.execute
Expand Down

0 comments on commit 6a79be0

Please sign in to comment.