Skip to content

Commit 4da8609

Browse files
authored
spell fix
1 parent 261bb09 commit 4da8609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glib/src/gstring.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ const INLINE_LEN: usize =
991991
/// that contain interior nul-bytes will simply end at first nul-byte when converting to a C
992992
/// string.
993993
///
994-
/// The constructors beginning with `from_utf8` `and `from_string` can also be used to further
994+
/// The constructors beginning with `from_utf8` and `from_string` can also be used to further
995995
/// control how interior nul-bytes are handled.
996996
pub struct GString(Inner);
997997

0 commit comments

Comments
 (0)