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 929b5ca commit ff84a52Copy full SHA for ff84a52
toolchain/check/call.cpp
@@ -20,7 +20,7 @@
20
namespace Carbon::Check {
21
22
namespace {
23
-// Entity kinds for the diagnostic. Converted to an int for a select.
+// Entity kinds, for diagnostics. Converted to an int for a select.
24
enum class EntityKind : uint8_t {
25
Function,
26
GenericClass,
0 commit comments