diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-05 19:58:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 19:58:24 +0200 |
commit | 6afe9ad040c6f42fbebe2df0302b888122af7248 (patch) | |
tree | 56b326b6e69386971c53e4ea28f1f5747923cba3 /modules/gdnative/doc_classes/NativeScript.xml | |
parent | a603b2d7c7e3a6814363773ba0aedb65067f1348 (diff) | |
parent | 20b56f557cdc21c31f5c8d8c936b085685d9aa6f (diff) |
Merge pull request #53432 from akien-mga/classref-note-style
Diffstat (limited to 'modules/gdnative/doc_classes/NativeScript.xml')
-rw-r--r-- | modules/gdnative/doc_classes/NativeScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/doc_classes/NativeScript.xml b/modules/gdnative/doc_classes/NativeScript.xml index 9d34e89f02..221374a7a4 100644 --- a/modules/gdnative/doc_classes/NativeScript.xml +++ b/modules/gdnative/doc_classes/NativeScript.xml @@ -38,7 +38,7 @@ <return type="Variant" /> <description> Constructs a new object of the base type with a script of this type already attached. - [i]Note[/i]: Any arguments passed to this function will be ignored and not passed to the native constructor function. This will change with in a future API extension. + [b]Note:[/b] Any arguments passed to this function will be ignored and not passed to the native constructor function. This will change with in a future API extension. </description> </method> </methods> |