Skip to content

Commit

Permalink
fix a typo in case docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Jun 19, 2024
1 parent 03d6b40 commit e901812
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 @@ -2048,7 +2048,7 @@ primitive!(
([2], Try, Misc, ("try", '⍣')),
/// Call a pattern matching case
///
/// [case] is calls its function and prevents errors from escaping a single [try].
/// [case] calls its function and prevents errors from escaping a single [try].
/// Its primary use is in pattern matching.
/// Consider this function:
/// ex: F ← ⍣(
Expand Down

0 comments on commit e901812

Please sign in to comment.