1
0
Fork 0

Remove 4 unintentional uses of zero-width space and zero-width non-joiner.

This commit is contained in:
Lukas Tenbrink 2025-01-09 12:50:42 +01:00
parent eb4a9977c3
commit 77cf255cd0
2 changed files with 2 additions and 2 deletions

View File

@ -2099,7 +2099,7 @@ Table of contents:
- Autocompletion: Register depended parsers with the main parser ([GH-94424](https://github.com/godotengine/godot/pull/94424)).
- Speed up `GDScriptLanguage::finish` ([GH-94505](https://github.com/godotengine/godot/pull/94505)).
- Fix false positive cases of `ENUM_VARIABLE_WITHOUT_DEFAULT` ([GH-94635](https://github.com/godotengine/godot/pull/94635)).
- Fix incorrect default values in `_make_arguments_hint()` ([GH-94664](https://github.com/godotengine/godot/pull/94664)).
- Fix incorrect default values in `_make_arguments_hint()` ([GH-94664](https://github.com/godotengine/godot/pull/94664)).
- Fix incorrect setter call for reference types ([GH-94674](https://github.com/godotengine/godot/pull/94674)).
- GDScriptTestRunner: Fix compiler error output ([GH-94676](https://github.com/godotengine/godot/pull/94676)).
- GDScriptCache: Clear abandoned parser refs ([GH-94678](https://github.com/godotengine/godot/pull/94678)).

View File

@ -1111,7 +1111,7 @@ static const char *script_list[][2] = {
{ "Meitei Mayek", "Mtei" },
{ "Multani", "Mult" },
{ "Myanmar / Burmese", "Mymr" },
{ "Nag Mundari", "Nagm" },
{ "Nag Mundari", "Nagm" },
{ "Nandinagari", "Nand" },
{ "Old North Arabian", "Narb" },
{ "Nabataean", "Nbat" },