瀏覽代碼

Merge pull request #10992 from wjt/push-lxwsmntzmvxp

Add missing noun in iOS plugin documentation
Matthew 3 月之前
父節點
當前提交
365ca84c14
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/platform/ios/ios_plugin.rst

+ 1 - 1
tutorials/platform/ios/ios_plugin.rst

@@ -22,7 +22,7 @@ An iOS plugin requires a ``.gdip`` configuration file, a binary file which can b
 
 .. image:: img/ios_export_preset_plugins_section.png
 
-When a plugin is active, you can access it in your using ``Engine.get_singleton()``::
+When a plugin is active, you can access it in your code using ``Engine.get_singleton()``::
 
     if Engine.has_singleton("MyPlugin"):
         var singleton = Engine.get_singleton("MyPlugin")