Skip to content

Commit a3f79ac

Browse files
committed
Update tuple wording on /docs/getting-started/v3/whats-new
1 parent 932d59e commit a3f79ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/getting-started/v3/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ In v2, the contract for theory data providers was that they must return somethin
145145
In v3, this contract has been expanded to allow three different legal data row representations:
146146

147147
* `object[]`
148-
* named or unnamed `Tuple<>`
148+
* named or unnamed tuples (anything implementing `ITuple`, including `Tuple<>` and `ValueTuple<>`)
149149
* `ITheoryDataRow`
150150

151151
In addition, methods from `MemberData` may be async, returning `Task<>` or `ValueTask<>` versions of these, so that data retrieval can be async.

0 commit comments

Comments
 (0)