Fix typo in documentation of function getInfo
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
@@ -11,7 +11,7 @@ var googRegEx = /^goog\..*$/;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Read the symbols from info file.
|
* Read the symbols from info file.
|
||||||
* @param {funciton(Error, Array.<string>, Array.<Object>)} callback Called
|
* @param {function(Error, Array.<string>, Array.<Object>)} callback Called
|
||||||
* with the patterns and symbols (or any error).
|
* with the patterns and symbols (or any error).
|
||||||
*/
|
*/
|
||||||
function getInfo(callback) {
|
function getInfo(callback) {
|
||||||
|
|||||||
Reference in New Issue
Block a user