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 609a734 commit f5d94ecCopy full SHA for f5d94ec
glib/src/log.rs
@@ -862,7 +862,7 @@ macro_rules! g_printerr {
862
/// "MY_FIELD" => "123";
863
/// // fields can also take format arguments
864
/// "MY_FIELD2" => "abc {}", "def";
865
-/// // single argument can be a &str or a &[u8] or anything else satsfying AsRef<[u8]>
+/// // single argument can be a &str or a &[u8] or anything else satisfying AsRef<[u8]>
866
/// "MY_FIELD3" => CString::new("my string").unwrap().to_bytes();
867
/// // field names can also be dynamic
868
/// GString::from("MY_FIELD4") => b"a binary string".to_owned();
0 commit comments