Skip to content

Commit

Permalink
Merge pull request #2110 from Miepee/patch-1
Browse files Browse the repository at this point in the history
Window.Menu documentation typo fix
  • Loading branch information
cwensley committed Jan 10, 2022
2 parents ae49b27 + beededb commit b470f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Eto/Forms/Window.cs
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ public Screen Screen
/// Gets or sets the menu bar for this window
/// </summary>
/// <remarks>
/// Some platforms have a global menu bar (e.g. ubuntu, OS X).
/// When the winow is in focus, the global menu bar will be changed to reflect the menu assigned.
/// Some platforms have a global menu bar (e.g. Ubuntu, OS X).
/// When the window is in focus, the global menu bar will be changed to reflect the menu assigned.
/// </remarks>
/// <value>The menu.</value>
public virtual MenuBar Menu
Expand Down

0 comments on commit b470f2f

Please sign in to comment.