Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
dtomvan authored Jun 22, 2024
1 parent 07fcfc7 commit 71cb3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rink-dates.5.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ The valid keywords are:

**subdays**::
Matches a number of days. Can be any number of digits. Subtracts that
amount of days to the date relative to **today**.
amount of days from the date relative to **today**.

**addweeks**::
Matches a number of weeks. Can be any number of digits. Adds that
amount of weeks to the date relative to **today**.

**subweeks**::
Matches a number of weeks. Can be any number of digits. Subtracts that
amount of weeks to the date relative to **today**.
amount of weeks from the date relative to **today**.

**`-`**::
Matches a literal `-` character.
Expand Down

0 comments on commit 71cb3e9

Please sign in to comment.