From b176d0c1300c7537961095207cf0f840abf630b1 Mon Sep 17 00:00:00 2001 From: theEvilReaper Date: Thu, 18 Jan 2024 18:06:50 +0100 Subject: [PATCH] Fix grammar issue --- Writerside/topics/annotation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Writerside/topics/annotation.md b/Writerside/topics/annotation.md index 42759bea..cc81658f 100644 --- a/Writerside/topics/annotation.md +++ b/Writerside/topics/annotation.md @@ -27,7 +27,7 @@ Which generates the following annotation: @Deprecated ``` -If you wish to add additional meta information to a annotation, you have the ability to add them over the `content` +If you wish to add additional meta information to an annotation, you have the ability to add them over the `content` methods. ```Kotlin