Skip to content

Commit af6e3fd

Browse files
Koen ZwikstraCopilot
andauthored
Update lib/src/semantic/calendar_enums.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 96dfacb commit af6e3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/semantic/calendar_enums.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ enum FreeBusyType { free, busy, busyUnavailable, busyTentative }
189189

190190
/// Names for [FreeBusyType] enum values
191191
class FreeBusyTypeNames {
192-
/// The name for the private constructor to prevent instantiation.
192+
/// Private constructor to prevent instantiation.
193193
FreeBusyTypeNames._();
194194

195195
/// The name for the free type.

0 commit comments

Comments
 (0)