From dc8c433d0d865dfc9163933822770273b34461a4 Mon Sep 17 00:00:00 2001 From: Joachim Date: Mon, 27 Aug 2018 21:42:23 +0200 Subject: [PATCH] Merged changes. --- src/main/kotlin/be/nielandt/counter/CounterBasic.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/be/nielandt/counter/CounterBasic.kt b/src/main/kotlin/be/nielandt/counter/CounterBasic.kt index c618c4b..a5bbf72 100644 --- a/src/main/kotlin/be/nielandt/counter/CounterBasic.kt +++ b/src/main/kotlin/be/nielandt/counter/CounterBasic.kt @@ -7,7 +7,7 @@ import be.nielandt.classOf */ class CounterBasic(size: Int) : Counter(size, 18) { - /t ** + /** * Increase the counter. * * @return true if the increase happened, false if we hit the ceiling.