Skip to content

Commit

Permalink
[chore] Fix typo: Update language/variables.md (#6400)
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnh103 authored Feb 10, 2025
1 parent 332495b commit 9306a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/language/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ can declare a wildcard:
}
```

* For loop variable declartaion.
* For loop variable declaration.
```dart
for (var _ in list) {}
```
Expand Down

0 comments on commit 9306a58

Please sign in to comment.