Skip to content

Commit

Permalink
Capitilise the lib name in doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Jan 21, 2024
1 parent 18434d9 commit 37a02b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundations/src/security/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//!
//! The crate provides a few [`common_syscall_allow_lists`] to simplify configuration.
//!
//! foundations compiles and statically links with [libseccomp], so it doesn't require the lib to be
//! Foundations compiles and statically links with [libseccomp], so it doesn't require the lib to be
//! installed.
//!
//! # Simple case [Spectre] mitigation for x86_64 processors
Expand Down Expand Up @@ -62,7 +62,7 @@ pub type RawOsErrorNum = u16;
pub enum ViolationAction {
/// Kill the process.
///
/// Note that even though seccomp API allows to kill individual threads, foundations doesn't
/// Note that even though seccomp API allows to kill individual threads, Foundations doesn't
/// expose this action as killing threads without unwinding [can cause UB in Rust].
///
/// [can cause UB in Rust]: https://github.com/rust-lang/unsafe-code-guidelines/issues/211
Expand Down

0 comments on commit 37a02b5

Please sign in to comment.