Skip to content

Commit

Permalink
fix typo (#39382)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti777777 committed Feb 2, 2024
1 parent 71426c5 commit 3796371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/csharp/fundamentals/coding-style/identifier-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ In the following examples, guidance pertaining to elements marked `public` is al

### Pascal case

Use pascal casing ("PascalCasing") when naming a `class`, `Interface`, `struct`, or `delegate` type.
Use pascal casing ("PascalCasing") when naming a `class`, `interface`, `struct`, or `delegate` type.

```csharp
public class DataService
Expand Down

0 comments on commit 3796371

Please sign in to comment.