Skip to content

Commit

Permalink
Corret Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bsjung committed Feb 3, 2020
1 parent 7db951a commit d2e370b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void main() {
String trans = r.readColumn("trans");
String symbol = r.readColumn("symbol");
int qty = r.readColumnAsInt("qty");
double price = r.readColumnasDouble("price");
double price = r.readColumnAsDouble("price");
print("$date $trans $symbol $qty $price");
}
Expand Down

0 comments on commit d2e370b

Please sign in to comment.