Skip to content

Commit

Permalink
fix: assert does not match annotation (#104606)
Browse files Browse the repository at this point in the history
  • Loading branch information
justforlxz authored May 27, 2022
1 parent 7d69f68 commit 40e7e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/material/navigation_rail.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import 'theme.dart';
class NavigationRail extends StatefulWidget {
/// Creates a Material Design navigation rail.
///
/// The value of [destinations] must be a list of one or more
/// The value of [destinations] must be a list of two or more
/// [NavigationRailDestination] values.
///
/// If [elevation] is specified, it must be non-negative.
Expand Down

0 comments on commit 40e7e9a

Please sign in to comment.