Skip to content

Commit 8c88692

Browse files
committed
Auto-generated commit
1 parent 67b62a5 commit 8c88692

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ If no recognized module system is present, access bundle contents via the global
5252

5353
```html
5454
<script type="text/javascript">
55+
(function () {
5556
(function () {
5657
window.isIntegerArray;
5758
})();
59+
})();
5860
</script>
5961
```
6062

@@ -132,6 +134,7 @@ bool = isIntegerArray.objects( [ -3.0, new Number(1.0) ] );
132134
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/stdlib-js/assert-is-integer-array@umd/browser.js"></script>
133135
<script type="text/javascript">
134136
(function () {
137+
(function () {
135138
136139
var bool = isIntegerArray( [ -5, 0, 2, 5 ] );
137140
// returns true
@@ -151,6 +154,7 @@ bool = isIntegerArray( [ -2.3, 0, 3 ] );
151154
bool = isIntegerArray( [] );
152155
// returns false
153156
157+
})();
154158
})();
155159
</script>
156160
</body>
@@ -246,7 +250,7 @@ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
246250

247251
<!-- <related-links> -->
248252

249-
[@stdlib/assert/is-array]: https://github.com/stdlib-js/assert-is-array/tree/umd
253+
[@stdlib/assert/is-array]: https://github.com/stdlib-js/assert-is-array/tree/umd/tree/umd
250254

251255
<!-- </related-links> -->
252256

0 commit comments

Comments
 (0)