Fix several typos in the documentation

This commit is contained in:
Haoyu Qiu 2024-06-11 10:45:27 +08:00
parent 3978628c6c
commit 7cf9ed5f65
7 changed files with 10 additions and 11 deletions

View File

@ -5,7 +5,7 @@
</brief_description> </brief_description>
<description> <description>
The [AudioStreamPlayer] node plays an audio stream non-positionally. It is ideal for user interfaces, menus, or background music. The [AudioStreamPlayer] node plays an audio stream non-positionally. It is ideal for user interfaces, menus, or background music.
To use this node, [member stream] needs to be set to a valid [AudioStream] resource. Playing more than one sound at the time is also supported, see [member max_polyphony]. To use this node, [member stream] needs to be set to a valid [AudioStream] resource. Playing more than one sound at the same time is also supported, see [member max_polyphony].
If you need to play audio at a specific position, use [AudioStreamPlayer2D] or [AudioStreamPlayer3D] instead. If you need to play audio at a specific position, use [AudioStreamPlayer2D] or [AudioStreamPlayer3D] instead.
</description> </description>
<tutorials> <tutorials>

View File

@ -355,7 +355,6 @@
# Prints { "fruit": "apple", "vegetable": "potato", "dressing": "vinegar" } # Prints { "fruit": "apple", "vegetable": "potato", "dressing": "vinegar" }
print(extra.merged(base, true)) print(extra.merged(base, true))
[/codeblock] [/codeblock]
See also [method merge].
</description> </description>
</method> </method>
<method name="recursive_equal" qualifiers="const"> <method name="recursive_equal" qualifiers="const">

View File

@ -6,7 +6,7 @@
<description> <description>
[SkeletonModifier3D] retrieves a target [Skeleton3D] by having a [Skeleton3D] parent. [SkeletonModifier3D] retrieves a target [Skeleton3D] by having a [Skeleton3D] parent.
If there is [AnimationMixer], modification always performs after playback process of the [AnimationMixer]. If there is [AnimationMixer], modification always performs after playback process of the [AnimationMixer].
This node should be used to implement custom IK solvers, constraints, or skeleton physics This node should be used to implement custom IK solvers, constraints, or skeleton physics.
</description> </description>
<tutorials> <tutorials>
</tutorials> </tutorials>

View File

@ -47,7 +47,7 @@
</members> </members>
<constants> <constants>
<constant name="MAX_STREAMS" value="32"> <constant name="MAX_STREAMS" value="32">
Maximum amount of streams that can be synchrohized. Maximum amount of streams that can be synchronized.
</constant> </constant>
</constants> </constants>
</class> </class>

View File

@ -176,7 +176,7 @@
<param index="0" name="refresh_rate" type="float" /> <param index="0" name="refresh_rate" type="float" />
<description> <description>
Informs the user the HMD refresh rate has changed. Informs the user the HMD refresh rate has changed.
[b]Node:[/b] Only emitted if XR runtime supports the refresh rate extension. [b]Note:[/b] Only emitted if XR runtime supports the refresh rate extension.
</description> </description>
</signal> </signal>
<signal name="session_begun"> <signal name="session_begun">

View File

@ -151,16 +151,16 @@
Indicates whether your app uses advertising data for tracking. Indicates whether your app uses advertising data for tracking.
</member> </member>
<member name="privacy/collected_data/audio_data/collected" type="bool" setter="" getter=""> <member name="privacy/collected_data/audio_data/collected" type="bool" setter="" getter="">
Indicates whether your app collects audio data data. Indicates whether your app collects audio data.
</member> </member>
<member name="privacy/collected_data/audio_data/collection_purposes" type="int" setter="" getter=""> <member name="privacy/collected_data/audio_data/collection_purposes" type="int" setter="" getter="">
The reasons your app collects audio data. See [url=https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests]Describing data use in privacy manifests[/url]. The reasons your app collects audio data. See [url=https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests]Describing data use in privacy manifests[/url].
</member> </member>
<member name="privacy/collected_data/audio_data/linked_to_user" type="bool" setter="" getter=""> <member name="privacy/collected_data/audio_data/linked_to_user" type="bool" setter="" getter="">
Indicates whether your app links audio data data to the user's identity. Indicates whether your app links audio data to the user's identity.
</member> </member>
<member name="privacy/collected_data/audio_data/used_for_tracking" type="bool" setter="" getter=""> <member name="privacy/collected_data/audio_data/used_for_tracking" type="bool" setter="" getter="">
Indicates whether your app uses audio data data for tracking. Indicates whether your app uses audio data for tracking.
</member> </member>
<member name="privacy/collected_data/browsing_history/collected" type="bool" setter="" getter=""> <member name="privacy/collected_data/browsing_history/collected" type="bool" setter="" getter="">
Indicates whether your app collects browsing history. Indicates whether your app collects browsing history.

View File

@ -224,16 +224,16 @@
Indicates whether your app uses advertising data for tracking. Indicates whether your app uses advertising data for tracking.
</member> </member>
<member name="privacy/collected_data/audio_data/collected" type="bool" setter="" getter=""> <member name="privacy/collected_data/audio_data/collected" type="bool" setter="" getter="">
Indicates whether your app collects audio data data. Indicates whether your app collects audio data.
</member> </member>
<member name="privacy/collected_data/audio_data/collection_purposes" type="int" setter="" getter=""> <member name="privacy/collected_data/audio_data/collection_purposes" type="int" setter="" getter="">
The reasons your app collects audio data. See [url=https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests]Describing data use in privacy manifests[/url]. The reasons your app collects audio data. See [url=https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_data_use_in_privacy_manifests]Describing data use in privacy manifests[/url].
</member> </member>
<member name="privacy/collected_data/audio_data/linked_to_user" type="bool" setter="" getter=""> <member name="privacy/collected_data/audio_data/linked_to_user" type="bool" setter="" getter="">
Indicates whether your app links audio data data to the user's identity. Indicates whether your app links audio data to the user's identity.
</member> </member>
<member name="privacy/collected_data/audio_data/used_for_tracking" type="bool" setter="" getter=""> <member name="privacy/collected_data/audio_data/used_for_tracking" type="bool" setter="" getter="">
Indicates whether your app uses audio data data for tracking. Indicates whether your app uses audio data for tracking.
</member> </member>
<member name="privacy/collected_data/browsing_history/collected" type="bool" setter="" getter=""> <member name="privacy/collected_data/browsing_history/collected" type="bool" setter="" getter="">
Indicates whether your app collects browsing history. Indicates whether your app collects browsing history.