We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40a0f74 + f70bb54 commit 8e3b3ccCopy full SHA for 8e3b3cc
triggers/triggers.gs
@@ -14,8 +14,8 @@ function onOpen(e) {
14
15
// [START apps_script_triggers_onedit]
16
/**
17
- * The event handler triggered when opening the spreadsheet.
18
- * @param {Event} e The onOpen event.
+ * The event handler triggered when editing the spreadsheet.
+ * @param {Event} e The onEdit event.
19
*/
20
function onEdit(e) {
21
// Set a comment on the edited cell to indicate when it was changed.
0 commit comments