Skip to content

Commit

Permalink
Merge pull request #277 from rianoc/patch-10
Browse files Browse the repository at this point in the history
Remove incorrect amend-entire example
  • Loading branch information
JosieMD authored May 28, 2024
2 parents f5e23c5 + 6549b54 commit 17f49bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/ref/amend.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ q).[1 2; (); :; 3 4 5]
3 4 5
q).[1 2; (); ,; 3 4 5]
1 2 3 4 5
q)@[1 2; ::; ,; 3 4 5]
1 2 3 4 5
q)@[1 2; ::; *; 3 4]
3 8
q)@[(1 2;4 5); ::; ,; 3 6]
1 2 3
4 5 6
q)@[1 2; ::; 3 4*]
'type
[0] @[1 2; ::; 3 4*]
Expand Down

0 comments on commit 17f49bb

Please sign in to comment.