Skip to content

Commit f60dd5f

Browse files
authored
Fix README
1 parent 368c2c2 commit f60dd5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Returns an array of all threads keys that are currently running in the JVM.
1818

1919
### void x\_safe\_execute([values...], closure):
2020

21-
Executes the given closure. You can also send arguments to the closure, which it may or may not use, depending on the particular closure's definition. Unlike closure, it returns only void and will be executed even if the thread was stopped by a functionx_stop_thread().
21+
Executes the given closure. You can also send arguments to the closure, which it may or may not use, depending on the particular closure's definition. Unlike closure, it returns only void and will be executed even if the thread was stopped by a function x_stop_thread().
2222

2323
### boolean x\_stop\_thread(string id):
2424

@@ -34,4 +34,4 @@ Prints a message.
3434

3535
### void println(message):
3636

37-
Prints a message and then terminate the line.
37+
Prints a message and then terminate the line.

0 commit comments

Comments
 (0)