Skip to content

Commit

Permalink
Merge pull request #10 from shutton/fix-typos
Browse files Browse the repository at this point in the history
Fix typos in documentation
  • Loading branch information
leshow authored Aug 5, 2024
2 parents 3d6d364 + 08a8f59 commit b800cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub mod framed;
/// this value, but will not return an error, so this is just a suggested
/// maximum.
///
/// Presently, this is 1024 on Linux an FreeBS, and 1 on platforms that don't
/// Presently, this is 1024 on Linux and FreeBSD, and 1 on platforms that don't
/// support `sendmmsg`/`recvmmsg`
pub const BATCH_SIZE_CAP: usize = imp::BATCH_SIZE_CAP;

Expand Down

0 comments on commit b800cc1

Please sign in to comment.