1
0
mirror of https://github.com/flutter/samples.git synced 2026-02-04 05:41:26 +00:00

docs: fix typo in compass_app BookingSummary class doc (#2786)

Fixes a [typo] in the [`compass_app`] sample's [`booking_summary.dart`].
The class doc for the `BookingSummary` class had "activities" written as
"activitities".


[`compass_app`]:
https://github.com/flutter/samples/tree/main/compass_app
[`booking_summary.dart`]:
https://github.com/flutter/samples/blob/main/compass_app/app/lib/domain/models/booking/booking_summary.dart
[typo]:
7abc7b91f2/compass_app/app/lib/domain/models/booking/booking_summary.dart (L12C10-L12C22)

Fixes #2785 .
This commit is contained in:
weasdown
2026-01-27 06:21:37 +00:00
committed by GitHub
parent b4ccabb44a
commit c4b4adc16a

View File

@@ -9,7 +9,7 @@ part 'booking_summary.g.dart';
/// BookingSummary contains the necessary data to display a booking
/// in the user home screen, but lacks the rest of the booking data
/// like activitities or destination.
/// like activities or destination.
///
/// Use the [BookingRepository] to obtain a full [Booking]
/// using the [BookingSummary.id].