We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02be5e2 commit 67f3856Copy full SHA for 67f3856
proposals/remove-let-decls.md
@@ -38,7 +38,7 @@ Javascript) and there is a divergence of naming for all these things:
38
39
3. Mojo also has a notion of compile time value (`alias`), which means there are
40
three concepts going around: `alias`, `let`, and `var`. Most of the uses of
41
-(e.g.) Javascript `const`` is better served with `alias` than `let`.
+(e.g.) Javascript `const` is better served with `alias` than `let`.
42
43
4. Both Swift and Rust encourage immutable values - Swift (and currently Mojo)
44
warn about unneeded mutability, Rust makes mutability more verbose (`let mut`),
0 commit comments