mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Fix typo
Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
* Reference types can be at the top level (`TopLevelType`) or nested (`NestedType`).
|
||||
* Classes and interfaces can also be local (`LocalClassOrInterface`, `LocalClass`) or anonymous (`AnonymousClass`).
|
||||
* Enumerated types (`EnumType`) and records (`Record`) are a special kinds of class.
|
||||
* Enumerated types (`EnumType`) and records (`Record`) are special kinds of classes.
|
||||
*/
|
||||
|
||||
import Member
|
||||
|
||||
Reference in New Issue
Block a user