Skip to content

Commit d605163

Browse files
authored
Update SA1027.md
I have a feeling "release" and "debug" is the wrong way round in the example.
1 parent f6ba016 commit d605163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/SA1027.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ To avoid unintentionally changing the behavior of code, this violation is never
5555

5656
```csharp
5757
#if DEBUG
58-
This is ignored in debug configurations
59-
#else
6058
This is ignored in release configurations
59+
#else
60+
This is ignored in debug configurations
6161
#endif
6262
```
6363

0 commit comments

Comments
 (0)