Skip to content

Commit

Permalink
Fix wrong column name in docs
Browse files Browse the repository at this point in the history
Signed-off-by: James Duong <[email protected]>
  • Loading branch information
jduo committed Dec 4, 2024
1 parent b97f678 commit d497dba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/user/ppl/cmd/trendline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ PPL query::

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

0 comments on commit d497dba

Please sign in to comment.