Skip to content

Commit 555404e

Browse files
authored
Update lib/node_modules/@stdlib/array/base/count-if/README.md
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 4abe551 commit 555404e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/count-if

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/count-if/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To set the `predicate` function execution context, provide a `thisArg`.
6969
var x = [ 1, 2, 3, 4 ];
7070

7171
var context = {
72-
`target`: 3
72+
'target': 3
7373
};
7474

7575
function predicate( value ) {

0 commit comments

Comments
 (0)