File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ struct PlaybackInfo {
50
50
}
51
51
52
52
// The strategy for loop parameters is as follow: store the given values
53
- // in the loop_parameter thread safe instance which only lives in control
53
+ // in the `loop_parameters` thread safe instance which only lives in control
54
54
// thread(s) and send a message to the render thread which stores the raw values.
55
- // Values between control and render side might be desynchronized for while
55
+ // Values between control and render side might be desynchronised for little while
56
56
// but the developer experience will appear more logical, i.e.
57
57
// ```no_run
58
58
// node.set_loop(true);
59
- // node._loop_
59
+ // println!("{:?}", node.loop_());
60
60
// > true // is guaranteed
61
61
// ```
62
62
// Note that this seems to be the strategy used by Firefox
You can’t perform that action at this time.
0 commit comments