Skip to content

Commit

Permalink
Fix typo to get Github actions to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Nov 2, 2024
1 parent 22688c1 commit 7bb83b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glib/src/source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl FromGlib<u32> for SourceId {
}

// rustdoc-stripper-ignore-next
/// Process identificator
/// Process identifier
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
#[doc(alias = "GPid")]
pub struct Pid(pub ffi::GPid);
Expand Down

0 comments on commit 7bb83b2

Please sign in to comment.