Skip to content

Commit a90e1e3

Browse files
authored
Updated polyfill.js
Signed-off-by: Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>
1 parent b8c4077 commit a90e1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/proxy/ctor/lib/polyfill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* p.a = 3.14;
4242
*
4343
* var x = p.a;
44-
* // eslint-disable-next-line stdlib/jsdoc-doctest
44+
* // eslint-disable-next-line stdlib/jsdoc-doctest-marker
4545
* // returns 6.28
4646
*/
4747
function Proxy( target ) {

0 commit comments

Comments
 (0)