Skip to content

Commit

Permalink
Update operators.md (#484)
Browse files Browse the repository at this point in the history
Small typo correction
  • Loading branch information
Ricoter authored Feb 1, 2021
1 parent ac9cc94 commit ee492a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee492a1

Please sign in to comment.