typo "no KDOC" instead of "not KDoc"

This commit is contained in:
Robert Stoll
2018-12-27 13:37:01 +01:00
parent 8f11001c09
commit df8ce2b385

View File

@@ -685,7 +685,7 @@ This experience is improved by providing up-to-date [code documentation](#kdoc)
so that you get the extra help needed.
<details>
<summary>:poop: there is not KDoc for toBe</summary>
<summary>:poop: There is no KDoc for toBe</summary>
There is, but IntelliJ will not show it to you due to [this bug](https://youtrack.jetbrains.com/issue/KT-24836) (please upvote it).
You should be able to see the KDoc of other functions without problems.