This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-functor.git
The following commit(s) were added to refs/heads/master by this push: new ef49c55 Fix spelling ef49c55 is described below commit ef49c55a86c33c2bc74343f868f78b7c7355a7d0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 17 08:10:37 2023 -0500 Fix spelling --- .../org/apache/commons/functor/example/kata/two/TestBinaryChop.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/test/java/org/apache/commons/functor/example/kata/two/TestBinaryChop.java b/core/src/test/java/org/apache/commons/functor/example/kata/two/TestBinaryChop.java index babddce..6450d7e 100644 --- a/core/src/test/java/org/apache/commons/functor/example/kata/two/TestBinaryChop.java +++ b/core/src/test/java/org/apache/commons/functor/example/kata/two/TestBinaryChop.java @@ -251,7 +251,7 @@ public class TestBinaryChop { * that these assertions will hold. * * Using the functor framework, we can make these notions - * explict. Specifically, the construction above is: + * explicit. Specifically, the construction above is: * * Algorithms.untildo(BODY,TERM); * @@ -317,7 +317,7 @@ public class TestBinaryChop { } /* - * Jim Weirich notes how Eiffel is very explict about loop invariants: + * Jim Weirich notes how Eiffel is very explicit about loop invariants: * * from * low := list.lower