Skip to content

Commit

Permalink
docs(MacosApp): fix constructor docs error
Browse files Browse the repository at this point in the history
  • Loading branch information
GroovinChip committed Feb 7, 2023
1 parent 997abc2 commit e88afbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/macos_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MacosApp extends StatefulWidget {
/// application is launched with an intent that specifies an otherwise
/// unsupported route.
///
/// This class creates an instance of [WidgetsApp].
/// This class creates an instance of [CupertinoApp].
///
/// The boolean arguments, [routes], and [navigatorObservers], must not be null.
const MacosApp({
Expand Down

0 comments on commit e88afbd

Please sign in to comment.