Skip to content

Commit 89edac4

Browse files
authored
Fix header formatting typo in PopupMenuButton docs (#139084)
I believe this was intended (in #128351) to be a heading, but currently in the [published docs](https://api.flutter.dev/flutter/material/PopupMenuButton-class.html) it is rendered as: ``` /// ## Updating to MenuAnchor ```
1 parent 92ad558 commit 89edac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/material/popup_menu.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ typedef PopupMenuItemBuilder<T> = List<PopupMenuEntry<T>> Function(BuildContext
10471047
/// If both are null, then a standard overflow icon is created (depending on the
10481048
/// platform).
10491049
///
1050-
/// /// ## Updating to [MenuAnchor]
1050+
/// ## Updating to [MenuAnchor]
10511051
///
10521052
/// There is a Material 3 component,
10531053
/// [MenuAnchor] that is preferred for applications that are configured

0 commit comments

Comments
 (0)