From 5d719ffb45a3f91dbe3a39bf8384a66f2ebf4b90 Mon Sep 17 00:00:00 2001 From: Matthew James Kraai Date: Wed, 2 Nov 2022 05:33:26 -0700 Subject: [PATCH] Add missing words to task documentation --- docs/rfcs/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfcs/task.md b/docs/rfcs/task.md index 4085444ed..a1ab4927f 100644 --- a/docs/rfcs/task.md +++ b/docs/rfcs/task.md @@ -155,7 +155,7 @@ The supported units are: Note that some values lack precision, for example "2q" means two quarters, or half a year. -Note that not all combinations of and make sense, for example "3annual" makes no sense, but evaluates to "3years". +Note that not all combinations of number and unit make sense, for example "3annual" makes no sense, but evaluates to "3years". ## The Attributes