Skip to content

Commit

Permalink
fix a uiuism
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jun 10, 2024
1 parent 8af0e79 commit be3e6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/uiuisms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ uiuisms!(
/// Remove the nth element from an array
"⍜↻(↘1) 4 [1 4 2 0 5 4 3]",
/// Remove all instances of a row from an array
"▽¬≡≍,¤",
"▽¬≡≍,¤ 2_0 [1_4 2_0 5_3 2_0]",
/// Filter by a fixed predicate
"▽ =0◿3 . ⇡10",
/// Find the most common row in an array
Expand Down

0 comments on commit be3e6e2

Please sign in to comment.