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 17db771 commit e654278Copy full SHA for e654278
glib/src/source.rs
@@ -53,7 +53,7 @@ impl FromGlib<u32> for SourceId {
53
}
54
55
// rustdoc-stripper-ignore-next
56
-/// Process identificator
+/// Process identifier
57
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
58
#[doc(alias = "GPid")]
59
pub struct Pid(pub ffi::GPid);
0 commit comments