Skip to content

Commit

Permalink
Remove meaningless example from construction/index.js, see #2639
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 31, 2022
1 parent d3d375b commit c62fa8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/expression/embeddedDocs/construction/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const indexDocs = {
description:
'Create an index to get or replace a subset of a matrix',
examples: [
'[]',
'[1, 2, 3]',
'A = [1, 2, 3; 4, 5, 6]',
'A[1, :]',
Expand Down

0 comments on commit c62fa8f

Please sign in to comment.