You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/objects/Basalt.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,8 +171,8 @@ end)
171
171
<buttononClick="clickMe"text="Click me" />
172
172
```
173
173
174
-
## basalt.shedule
175
-
Shedules a function which gets called in a coroutine. After the coroutine is finished it will get destroyed immediatly. It's something like threads, but with some limits.
174
+
## basalt.schedule
175
+
Schedules a function which gets called in a coroutine. After the coroutine is finished it will get destroyed immediatly. It's something like threads, but with some limits.
176
176
177
177
#### Parameters:
178
178
1.`function` a function which should get executed
@@ -181,11 +181,11 @@ Shedules a function which gets called in a coroutine. After the coroutine is fin
181
181
1.`function` it returns the function which you have to execute in order to start the coroutine
182
182
183
183
#### Usage:
184
-
* Creates a shedule which switches the color between red and gray
184
+
* Creates a schedule which switches the color between red and gray
0 commit comments