Skip to content

Commit 10f279e

Browse files
Fix wording in "KDoc style"
1 parent cc1adae commit 10f279e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.agents/documentation-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## KDoc style
1010
- Write concise descriptions for all public and internal APIs.
1111
- Start parameter descriptions with capital letters.
12-
- End parameter descriptions with commas.
12+
- End parameter descriptions with periods.
1313
- Use inline code with backticks for code references (`example`).
1414
- Format code blocks with fences and language identifiers:
1515
```kotlin

0 commit comments

Comments
 (0)