Skip to content

Commit 8da8255

Browse files
committed
Fix wrong column name in docs
Signed-off-by: James Duong <[email protected]>
1 parent b01dded commit 8da8255

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/user/ppl/cmd/trendline.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ PPL query::
7979

8080
os> source=accounts | trendline sma(2, account_number) | fields account_number_trendline;
8181
fetched rows / total rows = 4/4
82-
+--------------------+
83-
| accounts_trendline |
84-
|--------------------|
85-
| null |
86-
| 3.5 |
87-
| 9.5 |
88-
| 15.5 |
89-
+--------------------+
82+
+--------------------------+
83+
| account_number_trendline |
84+
|--------------------------|
85+
| null |
86+
| 3.5 |
87+
| 9.5 |
88+
| 15.5 |
89+
+--------------------------+
9090

0 commit comments

Comments
 (0)