Skip to content

Commit 41fbf3a

Browse files
committed
Update doc
1 parent b6714e9 commit 41fbf3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/page/langs/csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ You can customize variable `docstr-csharp-style` for the following value.
66

77
C# currently uses mix of [Javadoc](https://en.wikipedia.org/wiki/Javadoc) and
88
[XML documentation](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/xmldoc/)
9-
.
9+
. The style and prefix will be auto-detect inside the code.
1010

1111
## Triggerations
1212

13-
Generally, you will need something around to parse to make document string work
13+
Generally, you will need something around to parse to make document string work
1414
correctly.
1515

1616
* `/*[*]*/` - hit return between `/*` and `*/` (Javadoc)

0 commit comments

Comments
 (0)