We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6777f7f commit 4e0b715Copy full SHA for 4e0b715
src/utils.js
@@ -6,8 +6,8 @@ export function camelCase( string ) {
6
} );
7
}
8
9
-// Insert an additional object in the prototype chain between `objrvy`
10
-// and `Object.prototype`; that intermediate object proxies properties
+// Make `object` inherit from `Object.prototype` via an additional object
+// in between; that intermediate object proxies properties
11
// to `Object.prototype`, warning about their usage first.
12
export function patchProto( object, options ) {
13
0 commit comments