Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
  • Loading branch information
Elchi3 and ddbeck committed Jun 14, 2024
1 parent 4810265 commit ce4f4b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/growable-sharedarraybuffer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Growable SharedArrayBuffer
description: ShareArrayBuffer objects can take a maximum length allowing them to grow in place.
description: The `grow()` method of a `SharedArrayBuffer`, constructed with the `maxByteLength` option, increases the size of the buffer in place.
spec: https://tc39.es/ecma262/multipage/structured-data.html#sec-get-sharedarraybuffer.prototype.growable
compat_features:
- javascript.builtins.SharedArrayBuffer.SharedArrayBuffer.maxByteLength_option
Expand Down
2 changes: 1 addition & 1 deletion features/resizable-arraybuffer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Resizable ArrayBuffer
description: ArrayBuffer objects can take a maximum length allowing them to grow and shrink in place.
description: The `resize()` method of an `ArrayBuffer`, constructed with the `maxByteLength` option, changes the size of the buffer in place.
spec: https://tc39.es/ecma262/multipage/structured-data.html#sec-get-arraybuffer.prototype.resizable
compat_features:
- javascript.builtins.ArrayBuffer.ArrayBuffer.maxByteLength_option
Expand Down

0 comments on commit ce4f4b1

Please # to comment.