Skip to content

Commit f1cb3b3

Browse files
authored
Updated the markdown to use alternative formatting
1 parent 19d0b6f commit f1cb3b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/SA1649.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
## Cause
1919

2020
The file name of a C# code file does not match the first type declared in the file. For generics that are defined as
21-
`Class1<T>` the name of the file needs to be `Class1{T}.cs` or `Class1```1.cs` depending on the `fileNamingConvention`
21+
`Class1<T>` the name of the file needs to be `Class1{T}.cs` or ``Class1`1.cs`` depending on the `fileNamingConvention`
2222
setting. See [Configuration.md](Configuration.md) for more information.
2323

2424
Partial classes are ignored.

0 commit comments

Comments
 (0)