Skip to content

Commit

Permalink
address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoeldner committed Aug 30, 2023
1 parent 88d161d commit 2d9dc50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/pact-properties-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ Supported in either invariants or properties.
* takes `b`: `time`
* produces `decimal`

Time difference in seconds
Time difference in seconds of `a` - `b`

Supported in properties only.

Expand Down
2 changes: 1 addition & 1 deletion src-tool/Pact/Analyze/Feature.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ doc FTemporalDiff = Doc
"diff-time"
CTemporal
PropOnly
"Time difference in seconds"
"Time difference in seconds of `a` - `b`"
[Usage
"(diff-time a b)"
Map.empty
Expand Down

0 comments on commit 2d9dc50

Please sign in to comment.