Skip to content

Commit

Permalink
Clarify return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven G. Harms committed May 20, 2019
1 parent 941de14 commit 8c20b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ the function returns.
* **Argument(s)**
* A date stamp
* **Returns**
* The record used as execution context
* The record that was just updated
* **Behavior**
* Add an `Object` with keys:
* `type`: Set to `"TimeIn"`
Expand All @@ -93,7 +93,7 @@ the function returns.
* **Argument(s)**
* A date stamp
* **Returns**
* The record used as execution context
* The record that was just updated
* **Behavior**
* Add an `Object` with keys:
* `type`: Set to `"TimeOut"`
Expand Down

0 comments on commit 8c20b75

Please sign in to comment.