Skip to content

Commit 9306a58

Browse files
authored
[chore] Fix typo: Update language/variables.md (#6400)
1 parent 332495b commit 9306a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/language/variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ can declare a wildcard:
316316
}
317317
```
318318

319-
* For loop variable declartaion.
319+
* For loop variable declaration.
320320
```dart
321321
for (var _ in list) {}
322322
```

0 commit comments

Comments
 (0)