diff --git a/net/webrtc/src/signaller/iface.rs b/net/webrtc/src/signaller/iface.rs index a2cd9507..cb1ef826 100644 --- a/net/webrtc/src/signaller/iface.rs +++ b/net/webrtc/src/signaller/iface.rs @@ -155,7 +155,7 @@ impl prelude::ObjectInterface for Signallable { * * The signaller requests a meta about the peer using it * - * Return: The metadata about the peer represented by the signaller + * Returns: The metadata about the peer represented by the signaller */ Signal::builder("request-meta") .return_type::>() @@ -332,7 +332,7 @@ impl prelude::ObjectInterface for Signallable { * description before the signaller sends it to the peer. Only the first connected * handler has any effect. * - * Return: A modified session description + * Returns: A modified session description */ Signal::builder("munge-session-description") .run_last()