Skip to content

Commit

Permalink
formatting goof in README.md (#19)
Browse files Browse the repository at this point in the history
.add() had an extra space next to a \*, breaking the formatting
  • Loading branch information
qwazwsx authored Aug 17, 2022
1 parent eda79a9 commit 1f625f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ There are several options that can be configured via defines at compile time, th
### Base functions

- **clear()** resets internal buffer and variables, effectively empty the buffer.
- **add(const float value) ** adds a new value to internal buffer,
- **add(const float value)** adds a new value to internal buffer,
optionally replacing the oldest element if the buffer is full
- **float getMedian()** returns the median == middle element
- **float getAverage()** returns average of **all** the values in the internal buffer
Expand Down

0 comments on commit 1f625f9

Please sign in to comment.