Skip to content

Commit

Permalink
Fix a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Sep 18, 2024
1 parent 526f2c5 commit 25e48d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_crate/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn main() -> Result<(), String> {
)?;
protoc_binary_path
.parent()
.ok_or("Could not get the parent of newly installed `protoc` path")?
.ok_or("Could not get the parent of newly-installed `protoc` path")?
.to_path_buf()
};

Expand Down

0 comments on commit 25e48d0

Please sign in to comment.