Skip to content

Commit 5e38ac6

Browse files
Fix typo in coding conventions for indentation (#50910)
When translated to French, the wordings were misleading. Hence, I have changed "tabs" to "tab characters".
1 parent 5df6866 commit 5e38ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/fundamentals/coding-style/coding-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ namespace CoolStuff.AwesomeFeature
335335

336336
In general, use the following format for code samples:
337337

338-
- Use four spaces for indentation. Don't use tabs.
338+
- Use four spaces for indentation. Don't use tab characters.
339339
- Align code consistently to improve readability.
340340
- Limit lines to 65 characters to enhance code readability on docs, especially on mobile screens.
341341
- Improve clarity and user experience by breaking long statements into multiple lines.

0 commit comments

Comments
 (0)