Skip to content

Commit 4e0b715

Browse files
committed
Docs: Indicate which deprecated APIs are removed in 4.0; tweak a comment
1 parent 6777f7f commit 4e0b715

File tree

2 files changed

+31
-23
lines changed

2 files changed

+31
-23
lines changed

src/utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export function camelCase( string ) {
66
} );
77
}
88

9-
// Insert an additional object in the prototype chain between `objrvy`
10-
// and `Object.prototype`; that intermediate object proxies properties
9+
// Make `object` inherit from `Object.prototype` via an additional object
10+
// in between; that intermediate object proxies properties
1111
// to `Object.prototype`, warning about their usage first.
1212
export function patchProto( object, options ) {
1313

0 commit comments

Comments
 (0)