Skip to content

Commit

Permalink
Fix a typo in stack's docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Nov 27, 2024
1 parent fca75ff commit d610a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitive/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3145,7 +3145,7 @@ primitive!(
/// : ++
/// Subscripted [stack] prints that many values from the stack.
/// ex: ?₂ 1 2 3 4
/// If you type `N+1`` `?`s, it will format to [stack] subscripted with `N`.
/// If you type `N+1` `?`s, it will format to [stack] subscripted with `N`.
/// ex: ??? 1 2 3 4 # Try formatting!
(0(0), Stack, Debug, ("stack", '?'), Impure),
/// Debug print the top value on the stack without popping it
Expand Down

0 comments on commit d610a3b

Please sign in to comment.