Skip to content

Commit cc6303f

Browse files
formanclarasb
andauthored
Apply suggestions from code review
Co-authored-by: clarasb <[email protected]>
1 parent 52da874 commit cc6303f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
* The configuration setting `append_step` can take the special values
1212
`"+"` and `"-"` which are used to verify that the labels are monotonically
13-
increasing or decreasing. [#20]
13+
increasing and decreasing, respectively. [#20]
1414

1515
* It is now possible to reference environment variables
1616
in configuration files using the syntax `${ENV_VAR}`. [#36]

docs/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ and `<units>` is one of the possible
106106
for example, `8h` (8 hours) or `2D` (two days). Numerical and timedelta values
107107
may be negative. `append_step` can also take the two special values `"+"` and
108108
`"-"`. In this case it is just verified that the append labels are monotonically
109-
increasing or decreasing.
109+
increasing and decreasing, respectively.
110110

111111
```json
112112
{

0 commit comments

Comments
 (0)