@@ -136,8 +136,8 @@ impl Alarm {
136
136
137
137
/// Set the alarm seconds mask.
138
138
///
139
- /// * `true `: Alarm is set if the seconds match.
140
- /// * `false `: Seconds are "do not care" in the alarm comparison.
139
+ /// * `false `: Alarm is set if the seconds match.
140
+ /// * `true `: Seconds are "do not care" in the alarm comparison.
141
141
///
142
142
/// # Example
143
143
///
@@ -209,8 +209,8 @@ impl Alarm {
209
209
210
210
/// Set the alarm minutes mask.
211
211
///
212
- /// * `true `: Alarm is set if the minutes match.
213
- /// * `false `: Minutes are "do not care" in the alarm comparison.
212
+ /// * `false `: Alarm is set if the minutes match.
213
+ /// * `true `: Minutes are "do not care" in the alarm comparison.
214
214
///
215
215
/// # Example
216
216
///
@@ -282,8 +282,8 @@ impl Alarm {
282
282
283
283
/// Set the alarm hours mask.
284
284
///
285
- /// * `true `: Alarm is set if the hours match.
286
- /// * `false `: Hours are "do not care" in the alarm comparison.
285
+ /// * `false `: Alarm is set if the hours match.
286
+ /// * `true `: Hours are "do not care" in the alarm comparison.
287
287
///
288
288
/// # Example
289
289
///
@@ -408,8 +408,8 @@ impl Alarm {
408
408
409
409
/// Set the alarm day / weekday mask.
410
410
///
411
- /// * `true `: Alarm is set if the days / weekdays match.
412
- /// * `false `: Days / weekdays are "do not care" in the alarm comparison.
411
+ /// * `false `: Alarm is set if the days / weekdays match.
412
+ /// * `true `: Days / weekdays are "do not care" in the alarm comparison.
413
413
///
414
414
/// # Example
415
415
///
0 commit comments