We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac43ad6 commit fca5613Copy full SHA for fca5613
java/ql/lib/semmle/code/java/Type.qll
@@ -7,7 +7,7 @@
7
*
8
* Reference types can be at the top level (`TopLevelType`) or nested (`NestedType`).
9
* 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.
+ * Enumerated types (`EnumType`) and records (`Record`) are special kinds of classes.
11
*/
12
13
import Member
0 commit comments