Skip to content

Commit a836a85

Browse files
aurimascanjalin14
andauthored
Apply suggestions from code review
Co-authored-by: anjalin14 <[email protected]>
1 parent 3935cc1 commit a836a85

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

com.unity.mobile.notifications/Runtime/iOS/iOSNotificationTriggers.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,31 +183,31 @@ public struct iOSNotificationCalendarTrigger : iOSNotificationTrigger
183183
public int? Year { get; set; }
184184

185185
/// <summary>
186-
/// Month to schedule notification on or null for any month.
186+
/// Specify the month to schedule the notification for or set to null to indicate any month.
187187
/// </summary>
188188
/// <value>Number indicating month or null to ignore month</value>
189189
public int? Month { get; set; }
190190

191191
/// <summary>
192-
/// Day to schedule notification on or null for any day.
192+
/// Specify the day to schedule the notification for or set to null to indicate any day.
193193
/// </summary>
194194
/// <value>Number indicating day or null to ignore day</value>
195195
public int? Day { get; set; }
196196

197197
/// <summary>
198-
/// Hour to schedule notification on or null for any hour.
198+
/// Specify the hour to schedule the notification for or set to null to indicate any hour.
199199
/// </summary>
200200
/// <value>Number indicating hour or null to ignore hour</value>
201201
public int? Hour { get; set; }
202202

203203
/// <summary>
204-
/// Minute to schedule notification on or null for any minute.
204+
/// Specify the minute to schedule the notification for or set to null to indicate any minute.
205205
/// </summary>
206206
/// <value>Number indicating minute or null to ignore minute</value>
207207
public int? Minute { get; set; }
208208

209209
/// <summary>
210-
/// Second to schedule notification on or null for any second.
210+
/// Specify the second to schedule the notification for or set to null to indicate any second.
211211
/// </summary>
212212
/// <value>Number indicating second or null to ignore second</value>
213213
public int? Second { get; set; }

0 commit comments

Comments
 (0)