Skip to content

Commit 285f4f4

Browse files
committed
glib: Fix docs typo
1 parent 7e9d425 commit 285f4f4

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
@@ -18,7 +18,7 @@ use std::slice;
1818
use std::string::String;
1919

2020
// rustdoc-stripper-ignore-next
21-
/// Representaion of a borrowed [`GString`].
21+
/// Representation of a borrowed [`GString`].
2222
///
2323
/// This type is very similar to [`std::ffi::CStr`], but with one added constraint: the string
2424
/// must also be valid UTF-8.

0 commit comments

Comments
 (0)