webrtc: signaller: A couple of minor doc fixups

The expectation is `Returns:`, not `Return:`

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1525>
This commit is contained in:
Arun Raghavan 2024-05-09 11:26:53 -04:00
parent 1c54c77840
commit 04e9e5284c

View file

@ -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::<Option<gst::Structure>>()
@ -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()