Skip to content

Commit 091a292

Browse files
Coaspemit-mit
authored andcommitted
Fix typo in wasm_types.dart
Closes #50555 GitOrigin-RevId: 5bdce7c Change-Id: I0267dc19610746323abab067b1957e9ca32ad61c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/272340 Reviewed-by: Michael Thomsen <[email protected]>
1 parent ba097c6 commit 091a292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/lib/wasm/wasm_types.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
library dart.wasm;
66

7-
// A collection a special Dart tytpes that are mapped directly to Wasm types
7+
// A collection a special Dart types that are mapped directly to Wasm types
88
// by the dart2wasm compiler. These types have a number of constraints:
99
//
1010
// - They can only be used directly as types of local variables, fields, or

0 commit comments

Comments
 (0)