Skip to content

Commit

Permalink
Fix some small issues in the What is .NET MAUI page (#1562)
Browse files Browse the repository at this point in the history
* Fix some small issues in the What is .NET MAUI page

* Update what-is-maui.md

---------

Co-authored-by: David Britch <[email protected]>
  • Loading branch information
mhrastegari and davidbritch authored Jul 25, 2023
1 parent 904d2d0 commit e236662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/what-is-maui.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In a .NET MAUI app, you write code that primarily interacts with the .NET MAUI A

.NET MAUI apps can be written on PC or Mac, and compile into native app packages:

- Android apps built using .NET MAUI compile from C# into intermediate language (IL) which is then just-in-time (JIT) compiled to a native assembly when the app launches.
- Android apps built using .NET MAUI compile from C# into an intermediate language (IL) which is then just-in-time (JIT) compiled to a native assembly when the app launches.
- iOS apps built using .NET MAUI are fully ahead-of-time (AOT) compiled from C# into native ARM assembly code.
- macOS apps built using .NET MAUI use Mac Catalyst, a solution from Apple that brings your iOS app built with UIKit to the desktop, and augments it with additional AppKit and platform APIs as required.
- Windows apps built using .NET MAUI use Windows UI 3 (WinUI 3) library to create native apps that target the Windows desktop. For more information about WinUI 3, see [Windows UI Library](/windows/apps/winui/).
Expand Down

0 comments on commit e236662

Please sign in to comment.