Skip to content

Commit 00ab6e8

Browse files
authored
Update styleguide.md
1 parent 905dbf9 commit 00ab6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gemini/styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This style guide outlines the coding conventions for C# code developed at Compan
3333
* Acronyms: Treat acronyms like words in PascalCase and camelCase (e.g., XmlReader, htmlDocument), except for two-letter acronyms which should be uppercase (e.g., IOStream).
3434

3535
## XML Documentation Comments
36-
*Use / / / <summary>...</summary> for all public/internal/protected types and members (classes, interfaces, methods, properties, fields, enums, delegates).
36+
*Use ```/// <summary>...</summary>``` for all public/internal/protected types and members (classes, interfaces, methods, properties, fields, enums, delegates).
3737

3838
## Generics
3939
* Utilize generics where appropriate to improve type safety and code reusability.

0 commit comments

Comments
 (0)