mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Merge pull request #4955 from DeeJayLSP/patch-4
Fix a typo in Logic preferences
This commit is contained in:
@@ -101,7 +101,7 @@ consider:
|
||||
|
||||
3. If one wishes only to 'import' another class resource (script or scene),
|
||||
then using a preloaded constant is often the best course of action. However,
|
||||
in exceptional cases, one my wish not to do this:
|
||||
in exceptional cases, one may wish not to do this:
|
||||
|
||||
1. If the 'imported' class is liable to change, then it should be a property
|
||||
instead, initialized either using an ``export`` or a ``load`` (and
|
||||
|
||||
Reference in New Issue
Block a user