Skip to content

Commit

Permalink
fix a tuples example
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Nov 25, 2024
1 parent e57ecd4 commit 0a18d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/primitive/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2038,7 +2038,8 @@ primitive!(
/// : ⬚0⧅∘ +1⇡50
///
/// The tuple size may be given as a subscript.
/// ex: ⧅₂< ⇡4
/// ex: # Experimental!
/// : ⧅₂< ⇡4
([1], Tuples, IteratingModifier, ("tuples", '⧅')),
/// Repeat a function a number of times
///
Expand Down

0 comments on commit 0a18d8d

Please sign in to comment.