Skip to content

Commit 3fdaaeb

Browse files
Fix typo in README regarding VB.NET support
1 parent f63d5b7 commit 3fdaaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The VB -> C# conversion quality is much higher than the C# -> VB conversion qual
3636

3737
### Use cases
3838

39-
Visual Basic .NET is slowly dying. It has support for *some* project types on .NET 5, but won't be getting new features according to the [.NET Team Blog](https://devblogs.microsoft.com/vbteam/visual-basic-support-planned-for-net-5-0/). Hence the main use case for:
39+
Visual Basic .NET is slowly dying. It has support for *some* project types from .NET 5, but won't be getting new features according to the [.NET Team Blog](https://devblogs.microsoft.com/vbteam/visual-basic-support-planned-for-net-5-0/). Hence the main use case for:
4040
* VB->C#: moving whole projects
4141
* C#->VB: help incorporate snippets from stack overflow into existing VB codebase, or to help learning one language from the other
4242

0 commit comments

Comments
 (0)