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.
2 parents 261bb09 + 4da8609 commit 2579e50Copy full SHA for 2579e50
glib/src/gstring.rs
@@ -991,7 +991,7 @@ const INLINE_LEN: usize =
991
/// that contain interior nul-bytes will simply end at first nul-byte when converting to a C
992
/// string.
993
///
994
-/// The constructors beginning with `from_utf8` `and `from_string` can also be used to further
+/// The constructors beginning with `from_utf8` and `from_string` can also be used to further
995
/// control how interior nul-bytes are handled.
996
pub struct GString(Inner);
997
0 commit comments