Skip to content

Commit ed3adef

Browse files
committed
Changed "OS.web_has_feature("web_ios")" (which doesn't exist) to the correct method "OS.has_feature("web_ios")"
1 parent 0c9eaf1 commit ed3adef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/export/feature_tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Here is a list of most feature tags in Godot. Keep in mind they are **case-sensi
132132
when running a project exported to Web on a mobile device.
133133

134134
To check whether a project exported to Web is running on a mobile device,
135-
use ``OS.has_feature("web_android") or OS.web_has_feature("web_ios")``.
135+
use ``OS.has_feature("web_android") or OS.has_feature("web_ios")``.
136136

137137
Custom features
138138
---------------

0 commit comments

Comments
 (0)