functionalscript 0.0.408 → 0.0.409

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/doc/vm.md +1 -1
  2. package/package.json +1 -1
package/doc/vm.md CHANGED
@@ -133,7 +133,7 @@ struct Object {
133
133
 
134
134
  struct Array {
135
135
  length: u32,
136
- array: [Value; self.lenght],
136
+ array: [Value; self.length],
137
137
  }
138
138
  ```
139
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.408",
3
+ "version": "0.0.409",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "module.f.cjs",
6
6
  "scripts": {