Skip to content

Commit 75111d5

Browse files
committed
Fix getWorldview return type
1 parent b1c4fa7 commit 75111d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ MapboxGeocoder.prototype = {
10831083

10841084
/**
10851085
* Get the current worldview parameter value used for requests
1086-
* @returns {Boolean} The worldview parameter value
1086+
* @returns {String} The worldview parameter value
10871087
*/
10881088
getWorldview: function(){
10891089
return this.options.worldview

0 commit comments

Comments
 (0)