Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and autarch committed Feb 4, 2025
1 parent 757db4f commit 8ef6f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ doesn't match one of the following:
- `.zip`
- No extension

It tries to be careful about what consistutes an extension. It's common for releases to include a
It tries to be careful about what constitutes an extension. It's common for releases to include a
dot (`.`) in the filename before something that's _not_ intended as an extension, for example
`some-tool.linux.amd64`.

Expand Down
2 changes: 1 addition & 1 deletion ubi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
//! - `.zip`
//! - No extension
//!
//! It tries to be careful about what consistutes an extension. It's common for releases to include a
//! It tries to be careful about what constitutes an extension. It's common for releases to include a
//! dot (`.`) in the filename before something that's _not_ intended as an extension, for example
//! `some-tool.linux.amd64`.
//!
Expand Down

0 comments on commit 8ef6f0b

Please sign in to comment.