From 316f23f51c7717b03843180b8617a089992c70da Mon Sep 17 00:00:00 2001 From: Kamil Dziedzic Date: Wed, 1 Dec 2021 20:56:06 +0100 Subject: [PATCH] Fix grammar. --- ladder/ladder_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ladder/ladder_test.go b/ladder/ladder_test.go index 9ae17d8..892e23c 100644 --- a/ladder/ladder_test.go +++ b/ladder/ladder_test.go @@ -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()