Skip to content

Commit ed9e32a

Browse files
authored
Update CloudCode.js
1 parent 1b197a5 commit ed9e32a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CloudCode.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
* @method beforeDelete
7575
* @name Parse.Cloud.beforeDelete
7676
* @param {(String|Parse.Object)} arg1 The Parse.Object subclass to register the before delete function for. This can instead be a String that is the className of the subclass.
77-
* @param {Function} func The function to run after a save. This function should take just one parameter, {@link Parse.Cloud.TriggerRequest}.
77+
* @param {Function} func The function to run before a delete. This function should take just one parameter, {@link Parse.Cloud.TriggerRequest}.
7878
*/
7979

8080
/**
@@ -98,7 +98,7 @@
9898
* @method beforeSave
9999
* @name Parse.Cloud.beforeSave
100100
* @param {(String|Parse.Object)} arg1 The Parse.Object subclass to register the after save function for. This can instead be a String that is the className of the subclass.
101-
* @param {Function} func The function to run after a save. This function should take just one parameter, {@link Parse.Cloud.TriggerRequest}.
101+
* @param {Function} func The function to run before a save. This function should take just one parameter, {@link Parse.Cloud.TriggerRequest}.
102102
*/
103103

104104
/**

0 commit comments

Comments
 (0)