Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Mar 10, 2024
1 parent bf2c0cb commit a3bccf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ foo (x: &shared mut Bar) (y: &a) : a can Fail given Clone a =
// Algebraic effects
if not valid x then fail ()

// Safe, aliasable, mutable references
// Safe, aliasable mutable references
baz x x

// Traits
Expand Down

0 comments on commit a3bccf8

Please sign in to comment.