Skip to content

Commit 8e3b3cc

Browse files
author
Eric Koleda
authored
Merge pull request googleworkspace#91 from tmitz/master
Fix typo
2 parents 40a0f74 + f70bb54 commit 8e3b3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

triggers/triggers.gs

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ function onOpen(e) {
1414

1515
// [START apps_script_triggers_onedit]
1616
/**
17-
* The event handler triggered when opening the spreadsheet.
18-
* @param {Event} e The onOpen event.
17+
* The event handler triggered when editing the spreadsheet.
18+
* @param {Event} e The onEdit event.
1919
*/
2020
function onEdit(e) {
2121
// Set a comment on the edited cell to indicate when it was changed.

0 commit comments

Comments
 (0)