Fixes Typo In Station Event Documentation. (#15932)
This commit is contained in:
committed by
GitHub
parent
78242b72cd
commit
6af0a91af3
@@ -82,7 +82,7 @@ public sealed class StationEventComponent : Component
|
|||||||
public TimeSpan StartTime;
|
public TimeSpan StartTime;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// When the station event starts.
|
/// When the station event ends.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField("endTime", customTypeSerializer: typeof(TimeOffsetSerializer))]
|
[DataField("endTime", customTypeSerializer: typeof(TimeOffsetSerializer))]
|
||||||
public TimeSpan? EndTime;
|
public TimeSpan? EndTime;
|
||||||
|
|||||||
Reference in New Issue
Block a user