Skip to content

Commit 2ed95dc

Browse files
authored
Update feature-specification.md
1 parent 2aa89c8 commit 2ed95dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accepted/future-releases/set-literals/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ var v3 = <int>{}; // Empty Set<int>
293293
var v4 = {1: 1}; // Map<int, int>
294294
var v5 = {1}; // Set<int>
295295
296-
Iterable<int> v6 = {}; in // Set<int>
296+
Iterable<int> v6 = {}; // Set<int>
297297
Map<int, int> v7 = {}; // Map<int, int>
298298
Object v8 = {}; // Map<dynamic, dynamic>
299299
Iterable<num> v9 = {1}; // Set<num>

0 commit comments

Comments
 (0)