Skip to content

Commit 1ed68f3

Browse files
authored
Merge pull request #1875 from EliahKagan/spell
Minor clarity fixes in `gix-commitgraph`
2 parents 5443bf2 + da64358 commit 1ed68f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gix-commitgraph/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lints.workspace = true
44
name = "gix-commitgraph"
55
version = "0.26.0"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
7-
documentation = "https://git-scm.com/docs/commit-graph#:~:text=The%20commit-graph%20file%20is%20a%20supplemental%20data%20structure,or%20in%20the%20info%20directory%20of%20an%20alternate."
7+
documentation = "https://git-scm.com/docs/commit-graph"
88
license = "MIT OR Apache-2.0"
99
description = "Read-only access to the git commitgraph file format"
1010
authors = ["Conor Davis <[email protected]>", "Sebastian Thiel <[email protected]>"]

gix-commitgraph/tests/access/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fn generation_numbers_overflow_is_handled_in_chained_graph() {
7070
}
7171

7272
#[test]
73-
fn octupus_merges() {
73+
fn octopus_merges() {
7474
let (cg, refs) = graph_and_expected(
7575
"octopus_merges.sh",
7676
&[

0 commit comments

Comments
 (0)