We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a9d52 commit 54363edCopy full SHA for 54363ed
lib/node_modules/@stdlib/assert/is-constantcase/lib/main.js
@@ -40,7 +40,7 @@ var constantcase = require( '@stdlib/string/base/constantcase' );
40
* // returns false
41
*
42
* bool = isConstantcase( 'BEEP-BOOP' );
43
-* // returns true
+* // returns false
44
45
* bool = isConstantcase( 'beep boop' );
46
0 commit comments