Skip to content

Commit 794c074

Browse files
westonruterfelixarntzmindctrl
committed
Improve inline documentation example
Co-authored-by: Felix Arntz <[email protected]> Co-authored-by: John Parris <[email protected]>
1 parent e6e8e4a commit 794c074

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
@@ -66,7 +66,7 @@ In general, indentation should use tabs. Refer to `.editorconfig` in the project
6666

6767
### Inline Documentation
6868

69-
It is expected for code introduced in pull requests 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 code.
69+
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.
7070

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

0 commit comments

Comments
 (0)