Skip to content

Commit 2579e50

Browse files
authored
Merge pull request #1419 from DaKnig/Spell-fix
spell fix
2 parents 261bb09 + 4da8609 commit 2579e50

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)