File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010## [ 0.2.0-rc] 2024.10.25
1111
1212### Fixed
13- - Fixed bug with type aliases in RuleScriptedClass.
13+ - Fixed bug with type aliases in RuleScriptedClass.
14+ - Typos in ` README.md ` .
1415
1516## [ 0.2.0-beta] 2024.10.14
1617
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ Script :
145145``` haxe
146146import test.HelloWorldAbstract;
147147
148- trace(HelloWorldAbstract.rulescriptPrint()); // ' Hello World'
148+ trace(HelloWorldAbstract.rulescriptPrint()); // Hello World
149149```
150150More templates in [ ` test/src/Main.hx ` ] ( ./test//src/Main.hx ) .
151151
@@ -156,7 +156,7 @@ var map = [
156156];
157157
158158for(key => value in map){
159- trace('$key: $value'); // RuleScript:' Hello World'
159+ trace('$key: $value'); // RuleScript: Hello World
160160}
161161```
162162
You can’t perform that action at this time.
0 commit comments