Skip to content

Commit 1934ad8

Browse files
committed
Fix typo
1 parent 46c2c12 commit 1934ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc_docs/syntax/language_let.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ summary: "This is the `let binding` keyword."
66
category: "languageconstructs"
77
---
88

9-
`let` is used to _bind_ values to names, which is simiar to assigning values to variables in other languages.
9+
`let` is used to _bind_ values to names, which is similar to assigning values to variables in other languages.
1010

1111
### Example
1212

0 commit comments

Comments
 (0)