Skip to content

Commit

Permalink
Fixed issue in documentation regarding pct_change => pct_chg
Browse files Browse the repository at this point in the history
  • Loading branch information
brymck committed Sep 29, 2011
1 parent b002df6 commit 0405a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/rupee/quote.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ module Rupee
# #
# wfc = Rupee::Quote.new("WFC") # wfc = Rupee::Quote.new("WFC")
# #
# wfc.get :price, :change, :pct_change # wfc.get :price, :change, :pct_chg
# #=> {:price=>24.96, :change=>0.17, :pct_change =>0.686} # #=> {:price=>24.96, :change=>0.17, :pct_chg =>0.686}
# #
# wfc.price # wfc.price
# #=> 24.96 # #=> 24.96
Expand Down
2 changes: 1 addition & 1 deletion lib/rupee/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
module Rupee module Rupee
# The current version # The current version
VERSION = "0.2.0" VERSION = "0.2.1"
end end

0 comments on commit 0405a2d

Please sign in to comment.