Skip to content

Commit a374667

Browse files
Update records-feature-specification.md (#2835)
fix wrong linked tuple. add link to product type
1 parent 3269748 commit a374667

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

accepted/future-releases/records/records-feature-specification.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ same type even though the libraries are not coupled to each other.
4141
## Introduction
4242

4343
Many languages, especially those with a static functional heritage, have
44-
**[tuple][]** or **product** types:
44+
**[tuple][]** or **[product][]** types:
4545

46-
[tuple]: https://en.wikipedia.org/wiki/Product_type
46+
[tuple]: https://en.wikipedia.org/wiki/Tuple
47+
[product]: https://en.wikipedia.org/wiki/Product_type
4748

4849
```dart
4950
var tuple = ("first", 2, true);

0 commit comments

Comments
 (0)