Skip to content

Commit 5a4ae04

Browse files
authored
Merge pull request #245 from JonasAckermann/patch-1
Minor typo in Readme
2 parents 5d007a2 + 9ba4389 commit 5a4ae04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The `await` cannot be nested under a local method, object, class or lambda:
137137

138138
```
139139
async {
140-
List(1).foreach { x => await(f(x) } // invali
140+
List(1).foreach { x => await(f(x) } // invalid
141141
}
142142
```
143143

0 commit comments

Comments
 (0)