From 0ceee1b775edbc73a70e6af020531857edc4ee09 Mon Sep 17 00:00:00 2001 From: Maribeth Bottorff Date: Wed, 14 Jul 2021 16:59:32 -0700 Subject: [PATCH] Update incorrect JsDoc comment. --- core/utils/aria.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utils/aria.js b/core/utils/aria.js index cc731e299..b75b7e3cd 100644 --- a/core/utils/aria.js +++ b/core/utils/aria.js @@ -5,7 +5,7 @@ */ /** - * @fileoverview Constant declarations for common key codes. + * @fileoverview ARIA-related constants and utilities. * These methods are not specific to Blockly, and could be factored out into * a JavaScript framework such as Closure. * @author samelh@google.com (Sam El-Husseini)