Skip to content

Commit

Permalink
Merge pull request #3 from yugonline/main
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
c-git committed Jan 18, 2024
2 parents 2f33f88 + 6114e01 commit 7c1a49c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "version-control-clean-check"
version = "0.1.0"
description = "Checks if the version cotrol is clean. Based on Cargo"
description = "Checks if the version control is clean. Based on code from Cargo."
keywords = []
repository = "https://github.com/c-git/version-control-clean-check"
documentation = "https://docs.rs/version-control-clean-check"
categories = []
authors = ["One <one.bgz1@gmailcom>"]
authors = ["One <one.bgz1@gmail.com>"]
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# version-control-clean-check
Checks the status of the version control system.
Based on [cargo](https://github.com/rust-lang/cargo)'s [`check_version_control`](https://github.com/rust-lang/cargo/blob/4b84887848a31c6f83434cee2135f4fb0e2c9cf3/src/cargo/ops/fix.rs#L146).
Used in cargo before possibly destructive changes are done like running `cargo fix`.
In cargo it is used as a safety check before possibly destructive changes are done like running `cargo fix`.

## Display Messages for Errors
Display messages for errors are meant to be human readable and as such are not considered a breaking change if they are changed for clarity.
Expand Down

0 comments on commit 7c1a49c

Please sign in to comment.