We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c058e commit 91860e7Copy full SHA for 91860e7
docs/modules/ROOT/pages/reference/misc/moving_sum.adoc
@@ -122,7 +122,7 @@ NOTE: C++ brace initialization may also be used.
122
| Expression | Semantics
123
124
| `ms.resize(size [, update])` | Resize the moving sum window to the number
125
- of samples specified by the 'size' parameter.
+ of samples specified by the `size` parameter.
126
If `update=true`, the sum is recalculated.
127
if `update=false`, the contents are cleared.
128
Default: `update=false`.
0 commit comments