浏览代码

Merge pull request #9679 from Stqrm264/feature-tags-fix

Changed wrong method name to correct one
Matthew 1 年之前
父节点
当前提交
f8219db196
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/export/feature_tags.rst

+ 1 - 1
tutorials/export/feature_tags.rst

@@ -132,7 +132,7 @@ Here is a list of most feature tags in Godot. Keep in mind they are **case-sensi
     when running a project exported to Web on a mobile device.
 
     To check whether a project exported to Web is running on a mobile device,
-    use ``OS.has_feature("web_android") or OS.web_has_feature("web_ios")``.
+    use ``OS.has_feature("web_android") or OS.has_feature("web_ios")``.
 
 Custom features
 ---------------