From 64408c19f8261e5705fae5fbab9fedd3b0e95a5e Mon Sep 17 00:00:00 2001 From: Louis CAD Date: Fri, 11 Sep 2020 01:30:37 +0200 Subject: [PATCH] Add missing "The" article in kotlin.test doc --- libraries/kotlin.test/Module.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/kotlin.test/Module.md b/libraries/kotlin.test/Module.md index 63da336867a..ebba7c05409 100644 --- a/libraries/kotlin.test/Module.md +++ b/libraries/kotlin.test/Module.md @@ -2,7 +2,7 @@ ## kotlin.test -`kotlin.test` library provides [annotations](kotlin.test/index.html#annotations) to mark test functions and a set of [utility functions](kotlin.test/index.html#functions) for performing assertions in tests, +The `kotlin.test` library provides [annotations](kotlin.test/index.html#annotations) to mark test functions and a set of [utility functions](kotlin.test/index.html#functions) for performing assertions in tests, independently of the test framework being used. The test framework is abstracted through the [Asserter][kotlin.test.Asserter] class. @@ -28,4 +28,4 @@ The library consists of the modules: # Package kotlin.test -Annotations to mark test functions and top-level functions for performing assertions in tests. \ No newline at end of file +Annotations to mark test functions and top-level functions for performing assertions in tests.