Add missing "The" article in kotlin.test doc

This commit is contained in:
Louis CAD
2020-09-11 01:30:37 +02:00
committed by ilya-g
parent 175a8bec9d
commit 64408c19f8

View File

@@ -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.
Annotations to mark test functions and top-level functions for performing assertions in tests.