Skip to content

Commit

Permalink
Fix #2639: error in one of the help examples of index
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 29, 2022
1 parent 19b4eac commit d3d375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expression/embeddedDocs/construction/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const indexDocs = {
'A = [1, 2, 3; 4, 5, 6]',
'A[1, :]',
'A[1, 2] = 50',
'A[0:2, 0:2] = ones(2, 2)'
'A[1:2, 1:2] = ones(2, 2)'
],
seealso: [
'bignumber', 'boolean', 'complex', 'matrix,', 'number', 'range', 'string', 'unit'
Expand Down

0 comments on commit d3d375b

Please sign in to comment.