Skip to content

Commit

Permalink
improve alignment on cascade example
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Dec 20, 2023
1 parent 7a59481 commit 2564696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/primitive/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1431,10 +1431,10 @@ primitive!(
/// : ⪾×+ 5 2
/// Nesting [cascade] can be useful, and doing so is equivalent to using a function pack.
/// ex: # Experimental!
/// : ÷:-÷2:⇡..10
/// : ⪾÷⪾(-÷2)⇡ 10
/// : ÷:-÷2:⇡.. 10
/// : ⪾⪾÷(-÷2)⇡ 10
/// : ⪾(÷|-÷2|⇡) 10
/// In the examples above [cascade] only reuses a single argument. However, it can reuse multiple arguments.
/// In the examples above, [cascade] only reuses a single argument. However, it can reuse multiple arguments.
/// ex: # Experimental!
/// : ⪾$"_ + _ = _"+ 1 2
([2], Cascade, Planet, ("cascade", '⪾')),
Expand Down

0 comments on commit 2564696

Please sign in to comment.