Skip to content

Commit cc7aa2f

Browse files
committed
Fixed a typo
1 parent 44fd86d commit cc7aa2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core-java-modules/core-java-annotations/src/main/java/com/baeldung/annotations

core-java-modules/core-java-annotations/src/main/java/com/baeldung/annotations/AnnotatedClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
import javax.annotation.Generated;
44

55
@RetentionAnnotation
6-
@Generated("Avilable only on source code")
6+
@Generated("Available only on source code")
77
public class AnnotatedClass {
88
}

0 commit comments

Comments
 (0)