Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Johnson <craigjohnson@outlook.com>2016-11-18 03:14:36 +0300
committerStephen Toub <stoub@microsoft.com>2016-11-23 16:28:01 +0300
commitc1cef08ca9a94ba2085a831495a6bed5435cca8a (patch)
tree4f7965d9d8b7b41dc3b3dc5a7c10934aa278a2ff /pkg/descriptions.json
parentbd72c5c53d52e115b167727db7df7442d0e07540 (diff)
Add VB to System.ValueTuple description.
Diffstat (limited to 'pkg/descriptions.json')
-rw-r--r--pkg/descriptions.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/descriptions.json b/pkg/descriptions.json
index 3e916cf3c8..922d5ed7ff 100644
--- a/pkg/descriptions.json
+++ b/pkg/descriptions.json
@@ -1819,7 +1819,7 @@
},
{
"Name": "System.ValueTuple",
- "Description": "Provides the System.ValueTuple structs, which implement the underlying types for C# 7 tuples.",
+ "Description": "Provides the System.ValueTuple structs, which implement the underlying types for tuples in C# and Visual Basic.",
"CommonTypes": [
"System.ValueTuple",
"System.ValueTuple<T1>",