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 a7b44a6 commit 40fb945Copy full SHA for 40fb945
README.md
@@ -13,7 +13,7 @@
13
This module gives you a two-dismesional array with a fixed size.
14
15
## Fixed2DArray(width,height,defaultValue)
16
-`width` is the width of the array and `height` is the height of the array. (Thats kinda obvious, isn't it?)
+`width` is the width of the array and `height` is the height of the array. (That's kinda obvious, isn't it?)
17
During the creation of the array the `defaultValue` will be asigned to all elements.
18
19
### validateCoords(x, y)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fixed-2d-array",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "A fixed size 2D array in javascript",
5
"main": "index.js",
6
"scripts": {
0 commit comments