Skip to content

Commit

Permalink
Fix docs typo in example
Browse files Browse the repository at this point in the history
Signed-off-by: James Duong <james.duong@improving.com>
  • Loading branch information
jduo committed Oct 31, 2024
1 parent cda2744 commit b8dff3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/ppl/cmd/trendline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The example shows how to calculate the moving average on one field.

PPL query::

os> source=accounts | trendline sma(2, account_number) | fields accounts_trendline;
os> source=accounts | trendline sma(2, account_number) | fields account_number_trendline;
fetched rows / total rows = 4/4
+--------------------+
| accounts_trendline |
Expand Down

0 comments on commit b8dff3a

Please sign in to comment.