We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2639468 commit 4394179Copy full SHA for 4394179
1 file changed
README.md
@@ -145,7 +145,7 @@ Script :
145
```haxe
146
import test.HelloWorldAbstract;
147
148
-trace(HelloWorldAbstract.rulescriptPrint()); // 'Hello World'
+trace(HelloWorldAbstract.rulescriptPrint()); // Hello World
149
```
150
More templates in [`test/src/Main.hx`](./test//src/Main.hx).
151
@@ -156,7 +156,7 @@ var map = [
156
];
157
158
for(key => value in map){
159
- trace('$key: $value'); // RuleScript:'Hello World'
+ trace('$key: $value'); // RuleScript: Hello World
160
}
161
162
0 commit comments