Skip to content

Commit 57ab043

Browse files
committed
Fixed typo
1 parent 6140e41 commit 57ab043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$d = $quandl->getCsv("GOOG/NASDAQ_AAPL");
1111

1212
// A simple example of a cache handler.
13-
// This function will be called by the Quandle class.
13+
// This function will be called by the Quandl class.
1414
// When action == "get", you should return a cached
1515
// object or false.
1616
// When action == "set", you should perform the save

0 commit comments

Comments
 (0)