Merge pull request #113073 from BrianPetkovsek/master

Fix documentation typos and broken links
This commit is contained in:
Rémi Verschelde
2025-11-27 21:48:08 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ for information about creating and running GDScript integration tests.
# GDScript Autocompletion tests # GDScript Autocompletion tests
The `script/completion` folder contains test for the GDScript autocompletion. The `scripts/completion` folder contains tests for the GDScript autocompletion.
Each test case consists of at least one `.gd` file, which contains the code, and one `.cfg` file, which contains expected results and configuration. Inside of the GDScript file the character `➡` represents the cursor position, at which autocompletion is invoked. Each test case consists of at least one `.gd` file, which contains the code, and one `.cfg` file, which contains expected results and configuration. Inside of the GDScript file the character `➡` represents the cursor position, at which autocompletion is invoked.

View File

@ -3,9 +3,9 @@
This folder contains the C++, Objective-C and Objective-C++ code for the visionOS This folder contains the C++, Objective-C and Objective-C++ code for the visionOS
platform port. platform port.
This platform derives from the Apple Embedded abstract platform ([`drivers/apple_embedded`](drivers/apple_embedded)). This platform derives from the Apple Embedded abstract platform ([`drivers/apple_embedded`](/drivers/apple_embedded)).
This platform uses shared Apple code ([`drivers/apple`](drivers/apple)). This platform uses shared Apple code ([`drivers/apple`](/drivers/apple)).
See also [`misc/dist/apple_embedded_xcode`](/misc/dist/apple_embedded_xcode) folder for the Xcode See also [`misc/dist/apple_embedded_xcode`](/misc/dist/apple_embedded_xcode) folder for the Xcode
project template used for packaging the iOS export templates. project template used for packaging the iOS export templates.