Skip to content

Commit

Permalink
Fix code in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tats-u committed Jan 11, 2024
1 parent 10232eb commit 4bb3c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/_dogfooding/_pages tests/code-block-tests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ End Function

```vbnet title="vbnet.vb"
' highlight-next-line
Dim languages As New Set(Of String) From {
Dim languages As New HashSet(Of String) From {
"C#",
"Visual Basic",
_ ' highlight-start
Expand Down

0 comments on commit 4bb3c19

Please sign in to comment.