Skip to content

Commit

Permalink
Merge pull request modular#1841 from toiletsandpaper/patch-1
Browse files Browse the repository at this point in the history
md typo
  • Loading branch information
arthurevans authored Mar 7, 2024
2 parents 0c83cdc + 67f3856 commit 9dfa6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/remove-let-decls.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Javascript) and there is a divergence of naming for all these things:

3. Mojo also has a notion of compile time value (`alias`), which means there are
three concepts going around: `alias`, `let`, and `var`. Most of the uses of
(e.g.) Javascript `const`` is better served with `alias` than `let`.
(e.g.) Javascript `const` is better served with `alias` than `let`.

4. Both Swift and Rust encourage immutable values - Swift (and currently Mojo)
warn about unneeded mutability, Rust makes mutability more verbose (`let mut`),
Expand Down

0 comments on commit 9dfa6e3

Please sign in to comment.