Skip to content

Commit f8219db

Browse files
authored
Merge pull request #9679 from Stqrm264/feature-tags-fix
Changed wrong method name to correct one
2 parents 0c9eaf1 + ed3adef commit f8219db

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)