Skip to content

Commit db9ce3c

Browse files
authored
fix typos
1 parent 1c60511 commit db9ce3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ Blob is part of the W3C [File API](https://www.w3.org/TR/FileAPI/), not part of
123123

124124
### What about mutable vs immutable?
125125

126-
Both are viable solutions. Mutable would match the behavior of existing imports from [roposal-import-attributes](https://github.com/tc39/proposal-import-attributes) but there is still a possibility of making `bytes` default to immutable given the [proposal-immutable-arraybuffer](https://github.com/tc39/proposal-immutable-arraybuffer).
126+
Both are viable solutions. Mutable would match the behavior of existing imports from [import attributes proposal](https://github.com/tc39/proposal-import-attributes) but there is still a possibility of making `bytes` default to immutable given the [proposal-immutable-arraybuffer](https://github.com/tc39/proposal-immutable-arraybuffer).
127127

128128
Ideally there would be a separate proposal for a new `immutable` attribute.

0 commit comments

Comments
 (0)