Skip to content

Commit 17c9a11

Browse files
author
Huw Roberts
committed
rename setCurrentTime method to setCurrentTimeMs for clarity
1 parent 0dad741 commit 17c9a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/packages/web-renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ node in the graph.
144144
### setCurrentTimeMs
145145

146146
```js
147-
core.setCurrentTime(t): Promise<void>;
147+
core.setCurrentTimeMs(t): Promise<void>;
148148
```
149149

150150
Sets the current engine time to `t`, given in milliseconds. This immediately changes the output of any `el.time()`

0 commit comments

Comments
 (0)