Skip to content

Commit

Permalink
missed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akohdr committed Apr 26, 2012
1 parent e4e1f92 commit c69c298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ e.addToList = addToListCurried
# Some useful funcs

e.strikes = (ix) -> keys ix.byStrike
e.expirations (ix) -> keys ix.byExpiry # likely quicker pulling this of front
e.expirations = (ix) -> keys ix.byExpiry # likely quicker pulling this of front
e.symbols = (ix) -> keys ix.bySymbol

0 comments on commit c69c298

Please sign in to comment.