diff --git a/src/main/kotlin/be/nielandt/counter/CounterBasic.kt b/src/main/kotlin/be/nielandt/counter/CounterBasic.kt index 34df17e..1534916 100644 --- a/src/main/kotlin/be/nielandt/counter/CounterBasic.kt +++ b/src/main/kotlin/be/nielandt/counter/CounterBasic.kt @@ -7,7 +7,7 @@ import java.util.* */ class CounterBasic(size: Int) : Counter(size, 18) { - /** + /t ** * Increase the counter. * * @return true if the increase happened, false if we hit the ceiling.