Skip to content

Commit cbb1dcd

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent f98155d commit cbb1dcd

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
@@ -24,7 +24,7 @@ into the sentence, not verbatim.
2424
* `.bzl` files should have `bzl_library` defined for them.
2525
* They should have a single `srcs` file and be named after the file with `_bzl`
2626
appended.
27-
* Their deps should be based on the `load()` statements in the source file. e.g.
27+
* Their deps should be based on the `load()` statements in the source file.
2828
* When `bzl_library()` targets are added, they should be inserted alphabetically
2929
after the first target name that precedes them.
3030

0 commit comments

Comments
 (0)