Skip to content

Commit 0003099

Browse files
committed
Naturally there would be a typo.
1 parent 463c5e1 commit 0003099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import (
5858
func main() {
5959

6060
// 15-min delayed full quote for Apple.
61-
q := finance.GetQuotes("AAPL")
61+
q := finance.GetQuote("AAPL")
6262
fmt.Println(q)
6363

6464
}

0 commit comments

Comments
 (0)