Skip to content

Commit 8482820

Browse files
committed
Fix typo in jsdoc return value
Signed-off-by: Elijah Zupancic <[email protected]>
1 parent 3052946 commit 8482820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/etc/nginx/include/s3gateway.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ function _isDirectory(path) {
868868

869869
/**
870870
* Parses a string to and returns a boolean value based on its value. If the
871-
* string can't be parsed, this method returns null.
871+
* string can't be parsed, this method returns false.
872872
*
873873
* @param string {*} value representing a boolean
874874
* @returns {boolean} boolean value of string

0 commit comments

Comments
 (0)