Skip to content

Commit 67f3856

Browse files
md typo
Signed-off-by: Ilya Lubenets <[email protected]>
1 parent 02be5e2 commit 67f3856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/remove-let-decls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Javascript) and there is a divergence of naming for all these things:
3838

3939
3. Mojo also has a notion of compile time value (`alias`), which means there are
4040
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`.
41+
(e.g.) Javascript `const` is better served with `alias` than `let`.
4242

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

0 commit comments

Comments
 (0)