We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad36350 commit 4c473ebCopy full SHA for 4c473eb
src/expression/embeddedDocs/function/matrix/mapSlices.js
@@ -8,7 +8,7 @@ export const mapSlicesDocs = {
8
examples: [
9
'A = [[1, 2], [3, 4]]',
10
'mapSlices(A, 1, sum)', // returns [4, 6]
11
- 'mapSlices(A, 2, product)' // returns [2, 12]
+ 'mapSlices(A, 2, prod)' // returns [2, 12]
12
],
13
seealso: ['map', 'forEach']
14
}
0 commit comments