From 80ccd46dcd6b912b408189f9c23904ffcfa9c47f Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Thu, 8 Dec 2022 09:40:49 +0800 Subject: Use capitalized ID in the doc --- modules/webrtc/doc_classes/WebRTCDataChannel.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/webrtc/doc_classes/WebRTCDataChannel.xml') 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 @@ - 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). -- cgit v1.2.3