diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-12-08 09:40:49 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-12-08 09:40:49 +0800 |
commit | 80ccd46dcd6b912b408189f9c23904ffcfa9c47f (patch) | |
tree | 66b79d9efb219b8f50c60bfe0f298d5a5cee955d /modules/webrtc/doc_classes/WebRTCDataChannel.xml | |
parent | cf093f8e47f9508565cdc52bb724dbdb3d548e90 (diff) |
Use capitalized ID in the doc
Diffstat (limited to 'modules/webrtc/doc_classes/WebRTCDataChannel.xml')
-rw-r--r-- | modules/webrtc/doc_classes/WebRTCDataChannel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/webrtc/doc_classes/WebRTCDataChannel.xml b/modules/webrtc/doc_classes/WebRTCDataChannel.xml index a9ba8a23de..a186631ca8 100644 --- a/modules/webrtc/doc_classes/WebRTCDataChannel.xml +++ b/modules/webrtc/doc_classes/WebRTCDataChannel.xml @@ -22,8 +22,8 @@ <method name="get_id" qualifiers="const"> <return type="int" /> <description> - Returns the id assigned to this channel during creation (or auto-assigned during negotiation). - If the channel is not negotiated out-of-band the id will only be available after the connection is established (will return [code]65535[/code] until then). + Returns the ID assigned to this channel during creation (or auto-assigned during negotiation). + If the channel is not negotiated out-of-band the ID will only be available after the connection is established (will return [code]65535[/code] until then). </description> </method> <method name="get_label" qualifiers="const"> |