Skip to content

Commit 91860e7

Browse files
committed
small doc tweak
1 parent 13c058e commit 91860e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/reference/misc/moving_sum.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ NOTE: C++ brace initialization may also be used.
122122
| Expression | Semantics
123123

124124
| `ms.resize(size [, update])` | Resize the moving sum window to the number
125-
of samples specified by the 'size' parameter.
125+
of samples specified by the `size` parameter.
126126
If `update=true`, the sum is recalculated.
127127
if `update=false`, the contents are cleared.
128128
Default: `update=false`.

0 commit comments

Comments
 (0)