We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abe551 commit 555404eCopy full SHA for 555404e
lib/node_modules/@stdlib/array/base/count-if/README.md
@@ -69,7 +69,7 @@ To set the `predicate` function execution context, provide a `thisArg`.
69
var x = [ 1, 2, 3, 4 ];
70
71
var context = {
72
- `target`: 3
+ 'target': 3
73
};
74
75
function predicate( value ) {
0 commit comments