Skip to content

Commit

Permalink
Fix grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
arvenil committed Dec 1, 2021
1 parent 419e0e4 commit 316f23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ladder/ladder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ func TestLadder_Chain_Deterministic(t *testing.T) {
func TestLadder_Chain_NonDeterministic(t *testing.T) {
t.Parallel()
// Results may differ each run when we use full dictionary as there are multiple possible outcomes.
// However there are certain characteristics which we can verify:
// * length of the ladder needs to be the same because algorithm should pick always shortest path
// However, there are certain characteristics which we can verify:
// * length of the ladder needs to be the same because algorithm should pick always the shortest path
// * distance between words should always be the same, just one letter difference
// * first and last word should match initial start and end word
w := ladder.New()
Expand Down

0 comments on commit 316f23f

Please sign in to comment.