Skip to content

Commit 4dd3f90

Browse files
Update src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/Services/SyntaxFacts/VisualBasicSyntaxFacts.vb
Co-authored-by: Joey Robichaud <[email protected]>
1 parent 910fb4c commit 4dd3f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Workspaces/SharedUtilitiesAndExtensions/Compiler/VisualBasic/Services/SyntaxFacts/VisualBasicSyntaxFacts.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic.LanguageService
7272
End Function
7373

7474
Public Function SupportsTupleDeconstruction(options As ParseOptions) As Boolean Implements ISyntaxFacts.SupportsTupleDeconstruction
75-
' Whiel VB supports tuples, it does not support deconstruction.
75+
' While VB supports tuples, it does not support deconstruction.
7676
Return False
7777
End Function
7878

0 commit comments

Comments
 (0)