Skip to content

Commit 43e1bbc

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
* @example
3232
* function get( obj, prop ) {
33-
* return obj[ prop ] * 1.0;
33+
* return obj[ prop ] * 2.0;
3434
* }
3535
*
3636
* var handlers = {
@@ -42,7 +42,7 @@
4242
* p.a = 3.14;
4343
*
4444
* var x = p.a;
45-
* // returns 3.14
45+
* // returns 6.28
4646
*/
4747
function Proxy( target ) {
4848
// eslint-disable-next-line no-warning-comments

0 commit comments

Comments
 (0)