Skip to content

Commit f84e2d1

Browse files
authored
Merge branch 'master' into dev
2 parents bd895c0 + 285a17e commit f84e2d1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Script :
145145
```haxe
146146
import test.HelloWorldAbstract;
147147
148-
trace(HelloWorldAbstract.rulescriptPrint()); // 'Hello World'
148+
trace(HelloWorldAbstract.rulescriptPrint()); // Hello World
149149
```
150150
More templates in [`test/src/Main.hx`](./test//src/Main.hx).
151151

@@ -156,7 +156,7 @@ var map = [
156156
];
157157
158158
for(key => value in map){
159-
trace('$key: $value'); // RuleScript:'Hello World'
159+
trace('$key: $value'); // RuleScript: Hello World
160160
}
161161
```
162162

0 commit comments

Comments
 (0)