Skip to content

Commit cf909f7

Browse files
committed
fixed typo in readme for map_y_numbers
1 parent 63ea104 commit cf909f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ entities:
397397
unit: h # ms (milisecond), s (second), m (minute), h (hour), d (day), w (week), M (month), y (year)
398398
- integrate: # computes area under the curve per unit of time using Right hand riemann integration
399399
unit: h # ms (milisecond), s (second), m (minute), h (hour), d (day), w (week), M (month), y (year)
400-
- map_y_numeric: Math.sqrt(y + 10*100) # map the y coordinate of each datapoint.
400+
- map_y_numbers: Math.sqrt(y + 10*100) # map the y coordinate of each datapoint.
401401
402402
# In the filters below, missing and non numeric datapoints will be discarded
403403
- sliding_window_moving_average:

0 commit comments

Comments
 (0)