Trivia. A better wording in a documentation comment.

This commit is contained in:
Pavel Mikhailovskii
2022-08-01 11:51:37 +02:00
parent e46540729c
commit 76f92eac69
@@ -169,7 +169,8 @@ internal expect annotation class JvmPackageName(val name: String)
/**
* Makes the annotated lambda function `java.io.Serializable`, generates a pretty `toString` implementation and adds reflection metadata.
* Makes the annotated lambda function implement `java.io.Serializable`,
* generates a pretty `toString` implementation and adds reflection metadata.
*/
@Target(EXPRESSION)
@Retention(AnnotationRetention.SOURCE)