docs: fix typo in `BookingSummary` class doc

- Completes #2785.
pull/2786/head
weasdown 2 months ago committed by GitHub
parent 7abc7b91f2
commit f3c4f68d72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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].

Loading…
Cancel
Save