Skip to content

Commit 19b207b

Browse files
committed
chore: fix typo "enforce" → "enforces"
1 parent 09d1844 commit 19b207b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation = "https://docs.rs/limits-rs"
88
homepage = "https://github.com/aesedepece/limits-rs"
99
repository = "https://github.com/aesedepece/limits-rs"
1010
description = """
11-
Utilities for determining the limits that an operating system enforce on a given particular process.
11+
Utilities for determining the limits that an operating system enforces on a given particular process.
1212
"""
1313
keywords = ["os", "kernel", "limits", "files"]
1414
categories = ["os", "os::unix-apis"]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Docs](https://docs.rs/limits-rs/badge.svg)](https://docs.rs/limits-rs)
66
![License](https://img.shields.io/crates/l/limits-rs.svg)
77

8-
**A Rust library for determining the limits that an operating system enforce on a given particular
8+
**A Rust library for determining the limits that an operating system enforces on a given particular
99
process.**
1010

1111
## Operating systems support

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Utilities for determining the limits that an operating system enforce on a given particular
1+
//! Utilities for determining the limits that an operating system enforces on a given particular
22
//! process.
33
//!
44
//! In its current implementation, this crate allows convenient read of the `/proc/<pid>/limits`

0 commit comments

Comments
 (0)