Skip to content

Commit

Permalink
fix a fill table example
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Sep 22, 2024
1 parent cf3b373 commit 4f10e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/primitive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ fn all_fills() -> impl IntoView {
{ fill_row_impl("Arrays", "", "⬚0[1 2_3_4 5_6]") }
{ fill_row(First, "Default scalar for empty array", "⬚5⊢ []") }
{ fill_row(Parse, "Default for non-number strings", "⬚10⋕ {\"1\" \"2\" \"dog\"}") }
{ fill_row(Abs, "Multi-character uppercase", r#"⬚@- ["a" "ß"]"#) }
{ fill_row(Abs, "Multi-character uppercase", r#"⬚@- ["a" "ß"]"#) }
{ fill_row(Couple, "Matches shapes", "⬚0⊟ [1 2 3 4] [5 6]") }
{ fill_row(Join, "Makes shapes work", "⬚0⊂ [1_2 3_4] [5 6 7]") }
{ fill_row(Keep, "Fills mask", "⬚0▽ [1 0 1] \"abcdef\"") }
Expand Down

0 comments on commit 4f10e97

Please sign in to comment.