Modify Rule S5334(Csharp): Fix sample typo (#1385)

This commit is contained in:
Loris S 2022-11-08 14:53:07 +01:00 committed by Christophe Zürn
parent c8d2a90efb
commit b6306210cd

View File

@ -13,7 +13,7 @@ public class ExampleController : Controller
{
public void Run(string message)
{
string code = @"
const string code = @"
using System;
public class MyClass
{