From a3ca396832017daf4ab8960649220a2687b427ab Mon Sep 17 00:00:00 2001 From: neuroevolutus <19356702+neuroevolutus@users.noreply.github.com> Date: Sat, 11 Mar 2023 20:44:45 -0600 Subject: [PATCH] Change "can durations" to "can add durations" --- pkg/yqlib/doc/operators/datetime.md | 2 +- pkg/yqlib/doc/operators/headers/datetime.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/yqlib/doc/operators/datetime.md b/pkg/yqlib/doc/operators/datetime.md index d31e3d4e..685618fc 100644 --- a/pkg/yqlib/doc/operators/datetime.md +++ b/pkg/yqlib/doc/operators/datetime.md @@ -23,7 +23,7 @@ This uses Golang's built in LoadLocation function to parse timezones strings. Se ## Durations Durations are parsed using Golang's built in [ParseDuration](https://pkg.go.dev/time#ParseDuration) function. -You can durations to time using the `+` operator. +You can add durations to time using the `+` operator. ## Format: from standard RFC3339 format Providing a single parameter assumes a standard RFC3339 datetime format. If the target format is not a valid yaml datetime format, the result will be a string tagged node. diff --git a/pkg/yqlib/doc/operators/headers/datetime.md b/pkg/yqlib/doc/operators/headers/datetime.md index 98c55ee6..9efc1357 100644 --- a/pkg/yqlib/doc/operators/headers/datetime.md +++ b/pkg/yqlib/doc/operators/headers/datetime.md @@ -23,4 +23,4 @@ This uses Golang's built in LoadLocation function to parse timezones strings. Se ## Durations Durations are parsed using Golang's built in [ParseDuration](https://pkg.go.dev/time#ParseDuration) function. -You can durations to time using the `+` operator. +You can add durations to time using the `+` operator.