Skip to content

Commit 4394179

Browse files
authored
Update README.md
1 parent 2639468 commit 4394179

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)