Skip to content

Commit 31648f9

Browse files
Fix typo
Co-authored-by: Felix Arntz <[email protected]>
1 parent 476a1cb commit 31648f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In general, indentation should use tabs. Refer to `.editorconfig` in the project
6565

6666
### Inline Documentation
6767

68-
It is expected for new code introduced to have `@since` tags with the `n.e.x.t` placeholder version. It will get replaced with the actual version at the time of release. Do not add any code review comments such to code.
68+
It is expected for new code introduced to have `@since` tags with the `n.e.x.t` placeholder version. It will get replaced with the actual version at the time of release. Do not add any code review comments to such code.
6969

7070
Every file, function, class, method constant, and global variable must have an associated docblock with a `@since` tag.
7171

0 commit comments

Comments
 (0)