From d99218f43bb00fdaf486f7f52f56f3d98a3f1efd Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 27 May 2021 01:43:00 -0700 Subject: [PATCH] Improved KDocs. --- src/main/kotlin/net/thauvin/erik/readingtime/ReadingTime.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/kotlin/net/thauvin/erik/readingtime/ReadingTime.kt b/src/main/kotlin/net/thauvin/erik/readingtime/ReadingTime.kt index 400f319..f662f11 100644 --- a/src/main/kotlin/net/thauvin/erik/readingtime/ReadingTime.kt +++ b/src/main/kotlin/net/thauvin/erik/readingtime/ReadingTime.kt @@ -41,6 +41,8 @@ import java.math.RoundingMode * * Based on [Medium's calculation](https://blog.medium.com/read-time-and-you-bc2048ab620c). * + * @constructor Constructs a new [ReadingTime] object. + * * @param text The text to be evaluated. * @param wpm The words per minute reading average. * @param postfix The value to be appended to the reading time.