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.
1 parent 7e9d425 commit 285f4f4Copy full SHA for 285f4f4
glib/src/gstring.rs
@@ -18,7 +18,7 @@ use std::slice;
18
use std::string::String;
19
20
// rustdoc-stripper-ignore-next
21
-/// Representaion of a borrowed [`GString`].
+/// Representation of a borrowed [`GString`].
22
///
23
/// This type is very similar to [`std::ffi::CStr`], but with one added constraint: the string
24
/// must also be valid UTF-8.
0 commit comments