From 73544718b469b2554a7bf96f139b9bb9ad039200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laignel?= Date: Wed, 18 Sep 2024 11:52:37 +0200 Subject: [PATCH] gst: fix typo in format doc Part-of: --- gstreamer/src/format/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer/src/format/mod.rs b/gstreamer/src/format/mod.rs index ce9c21177..338770802 100644 --- a/gstreamer/src/format/mod.rs +++ b/gstreamer/src/format/mod.rs @@ -1,7 +1,7 @@ // Take a look at the license at the top of the repository in the LICENSE file. // rustdoc-stripper-ignore-next -//! This modules gathers GStreamer's formatted value concepts together. +//! This module gathers GStreamer's formatted value concepts together. //! //! GStreamer uses formatted values to differentiate value units in some APIs. //! In C this is done by qualifying an integer value by a companion enum