Browse Source

Merge pull request #88298 from dsnopek/openxr-alpha-blend-mode-docs-type-o

Fix type-o in `OpenXRAPIExtension` docs for `is_environment_blend_mode_alpha_supported()`
Rémi Verschelde 1 year ago
parent
commit
493a1d5d1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/openxr/doc_classes/OpenXRAPIExtension.xml

+ 1 - 1
modules/openxr/doc_classes/OpenXRAPIExtension.xml

@@ -78,7 +78,7 @@
 		<method name="is_environment_blend_mode_alpha_supported">
 		<method name="is_environment_blend_mode_alpha_supported">
 			<return type="int" enum="OpenXRAPIExtension.OpenXRAlphaBlendModeSupport" />
 			<return type="int" enum="OpenXRAPIExtension.OpenXRAlphaBlendModeSupport" />
 			<description>
 			<description>
-				Returns [enum OpenXRAPIExtension.OpenXRAlphaBlendModeSupport] denoting if [constant XRInterface.XR_ENV_BLEND_MODE_ALPHA_BLEND] is really support, emulated or not supported at all.
+				Returns [enum OpenXRAPIExtension.OpenXRAlphaBlendModeSupport] denoting if [constant XRInterface.XR_ENV_BLEND_MODE_ALPHA_BLEND] is really supported, emulated or not supported at all.
 			</description>
 			</description>
 		</method>
 		</method>
 		<method name="is_initialized">
 		<method name="is_initialized">