Skip to content

Commit 8ab6290

Browse files
committed
Review feedback - capitilise argument descriptions
1 parent 8a5671b commit 8ab6290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

events/include/events/Event.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class Event<void(ArgTs...)> {
116116

117117
/** Configure the delay of an event
118118
*
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.
120120
* E.g. delay(50ms)
121121
*/
122122
void delay(duration d)
@@ -139,7 +139,7 @@ class Event<void(ArgTs...)> {
139139

140140
/** Configure the period of an event
141141
*
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.
143143
* E.g. period(200ms)
144144
*/
145145
void period(duration p)

0 commit comments

Comments
 (0)