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 40a0f74 commit f70bb54Copy full SHA for f70bb54
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