File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ class Event<void(ArgTs...)> {
116
116
117
117
/* * Configure the delay of an event
118
118
*
119
- * @param d delay (in milliseconds) before dispatching the event, expressed as a Chrono duration.
119
+ * @param d Delay (in milliseconds) before dispatching the event, expressed as a Chrono duration.
120
120
* E.g. delay(50ms)
121
121
*/
122
122
void delay (duration d)
@@ -139,7 +139,7 @@ class Event<void(ArgTs...)> {
139
139
140
140
/* * Configure the period of an event
141
141
*
142
- * @param p period (in milliseconds) for repeatedly dispatching an event, expressed as a Chrono duration.
142
+ * @param p Period (in milliseconds) for repeatedly dispatching an event, expressed as a Chrono duration.
143
143
* E.g. period(200ms)
144
144
*/
145
145
void period (duration p)
You can’t perform that action at this time.
0 commit comments