Skip to content

Commit bf11489

Browse files
Fix type in build tutorial
1 parent 96c0ec0 commit bf11489

File tree

1 file changed

+1
-1
lines changed
  • articles/tutorials/building_2d_games/25_packaging_game

1 file changed

+1
-1
lines changed

articles/tutorials/building_2d_games/25_packaging_game/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ For more information on Tiered Compilation, refer to the [Tiered compilation](ht
369369

370370
### Native AOT (Ahead-of-Time) Compilation
371371

372-
Native AOT compilation (specified with `-p:PublishAot=tru`) compiles your entire application to native code at build time, eliminating the need for JIT compilation during runtime. This can provide better performance and a smaller distribution size.
372+
Native AOT compilation (specified with `-p:PublishAot=true`) compiles your entire application to native code at build time, eliminating the need for JIT compilation during runtime. This can provide better performance and a smaller distribution size.
373373

374374
However, AOT has limitations:
375375

0 commit comments

Comments
 (0)