Skip to content

Commit 04bb522

Browse files
authored
typo fix (#4117)
"import" should be "important".
1 parent 7b1ac5b commit 04bb522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/knowledge/advanced/buffers/how-to-use-buffers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ In this example, I copied the "snowman" buffer, which contains a 3 byte long cha
173173

174174
#### buffer.slice(start, end=buffer.length)
175175

176-
This method's API is generally the same as that of `Array.prototype.slice`, but with one very import difference: The slice is **not** a new buffer and merely references a subset of the memory space. *Modifying the slice will also modify the original buffer*! For example:
176+
This method's API is generally the same as that of `Array.prototype.slice`, but with one very important difference: The slice is **not** a new buffer and merely references a subset of the memory space. *Modifying the slice will also modify the original buffer*! For example:
177177

178178
```
179179
> var puddle = frosty.slice(16, 19)

0 commit comments

Comments
 (0)