Skip to content

Commit 40fb945

Browse files
committed
Version 1.0.2
1 parent a7b44a6 commit 40fb945

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
This module gives you a two-dismesional array with a fixed size.
1414

1515
## 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?)
16+
`width` is the width of the array and `height` is the height of the array. (That's kinda obvious, isn't it?)
1717
During the creation of the array the `defaultValue` will be asigned to all elements.
1818

1919
### validateCoords(x, y)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fixed-2d-array",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A fixed size 2D array in javascript",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)