Skip to content

Commit fca5613

Browse files
smowtonMarcono1234
andcommitted
Fix typo
Co-authored-by: Marcono1234 <[email protected]>
1 parent ac43ad6 commit fca5613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/Type.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Reference types can be at the top level (`TopLevelType`) or nested (`NestedType`).
99
* Classes and interfaces can also be local (`LocalClassOrInterface`, `LocalClass`) or anonymous (`AnonymousClass`).
10-
* Enumerated types (`EnumType`) and records (`Record`) are a special kinds of class.
10+
* Enumerated types (`EnumType`) and records (`Record`) are special kinds of classes.
1111
*/
1212

1313
import Member

0 commit comments

Comments
 (0)