Skip to content

Commit f5d94ec

Browse files
sdroegebilelmoussaoui
authored andcommitted
glib: Fix typo in docs
1 parent 609a734 commit f5d94ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glib/src/log.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ macro_rules! g_printerr {
862862
/// "MY_FIELD" => "123";
863863
/// // fields can also take format arguments
864864
/// "MY_FIELD2" => "abc {}", "def";
865-
/// // single argument can be a &str or a &[u8] or anything else satsfying AsRef<[u8]>
865+
/// // single argument can be a &str or a &[u8] or anything else satisfying AsRef<[u8]>
866866
/// "MY_FIELD3" => CString::new("my string").unwrap().to_bytes();
867867
/// // field names can also be dynamic
868868
/// GString::from("MY_FIELD4") => b"a binary string".to_owned();

0 commit comments

Comments
 (0)