From a3c198861a0e2f0044daed8b08d50db48c25b54b Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 3 Mar 2018 20:26:20 +0100 Subject: [PATCH] Fix a typo in Feature Tags --- getting_started/workflow/export/feature_tags.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/getting_started/workflow/export/feature_tags.rst b/getting_started/workflow/export/feature_tags.rst index 662bdd975..214020b80 100644 --- a/getting_started/workflow/export/feature_tags.rst +++ b/getting_started/workflow/export/feature_tags.rst @@ -39,19 +39,19 @@ Here is a list of most feature tags in Godot. Keep in mind they are *case sensit +-----------------+--------------------------------------------------------+ | **iOS** | Running on iOS | +-----------------+--------------------------------------------------------+ -| **UWP** | Running on UWB | +| **UWP** | Running on UWP | +-----------------+--------------------------------------------------------+ | **Windows** | Running on Windows | +-----------------+--------------------------------------------------------+ | **X11** | Running on X11 | +-----------------+--------------------------------------------------------+ -| **debug** | Running on debug build | +| **debug** | Running on a debug build | +-----------------+--------------------------------------------------------+ -| **release** | Running on release build | +| **release** | Running on a release build | +-----------------+--------------------------------------------------------+ -| **32** | Running on 32-bit build | +| **32** | Running on a 32-bit build | +-----------------+--------------------------------------------------------+ -| **64** | Running on 64-bit build | +| **64** | Running on a 64-bit build | +-----------------+--------------------------------------------------------+ | **mobile** | Host OS is a mobile platform | +-----------------+--------------------------------------------------------+