diff --git a/standard/structs.md b/standard/structs.md index 7d9047675..0c9db8c18 100644 --- a/standard/structs.md +++ b/standard/structs.md @@ -554,7 +554,7 @@ Any indexers or `Slice` methods declared for an inline array type that have sign > *Example*: Consider the following: > > -```csharp +> ```csharp > var buffer = new Buffer(); > int x = buffer[2]; // element access > @@ -574,8 +574,6 @@ Any indexers or `Slice` methods declared for an inline array type that have sign > > Even though the struct declares an indexer taking an `int` argument, that indexer is not used by element access `buffer[2]`. *end example* - - ## 16.7 Record struct and non-record struct differences A record struct differs from a non-record struct in several important ways: