We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a314c86 commit b49bc2eCopy full SHA for b49bc2e
examples/webrtc_datachannel/src/lib.rs
@@ -36,7 +36,7 @@ pub async fn start() -> Result<(), JsValue> {
36
37
/*
38
* Create DataChannel on pc1 to negotiate
39
- * Message will be shonw here after connection established
+ * Message will be shown here after connection established
40
*
41
*/
42
let dc1 = pc1.create_data_channel("my-data-channel");
@@ -57,7 +57,7 @@ pub async fn start() -> Result<(), JsValue> {
57
onmessage_callback.forget();
58
59
60
- * If negotiaion has done, this closure will be called
+ * If negotiation has done, this closure will be called
61
62
63
let ondatachannel_callback = Closure::wrap(Box::new(move |ev: RtcDataChannelEvent| {
0 commit comments