We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c2c12 commit 1934ad8Copy full SHA for 1934ad8
misc_docs/syntax/language_let.mdx
@@ -6,7 +6,7 @@ summary: "This is the `let binding` keyword."
6
category: "languageconstructs"
7
---
8
9
-`let` is used to _bind_ values to names, which is simiar to assigning values to variables in other languages.
+`let` is used to _bind_ values to names, which is similar to assigning values to variables in other languages.
10
11
### Example
12
0 commit comments