From ee492a14d061bfeb95251dfeddf3e8b79d23d511 Mon Sep 17 00:00:00 2001 From: Ricoter Date: Mon, 1 Feb 2021 11:24:39 +0100 Subject: [PATCH] Update operators.md (#484) Small typo correction --- docs/src/operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/operators.md b/docs/src/operators.md index 004b42d6..e1a8a672 100644 --- a/docs/src/operators.md +++ b/docs/src/operators.md @@ -8,7 +8,7 @@ All of the operations must be treat as dot-call. ## Mathematical Mathematical operators create a `TimeArray` object where values are -computed on shared timestamps when two T`imeArray` objects are provided. +computed on shared timestamps when two `TimeArray` objects are provided. Operations between a single `TimeArray` and `Int` or `Float` are also supported. The number can precede the `TimeArray` object or vice versa (e.g. `cl .+ 2` or `2 .+ cl`). Broadcasting single-column arrays over