Skip to content

Commit a1a3e15

Browse files
Fix typo in source_to_doc_links.rst (#383)
Update the typo error in "Scanning Source Code" section Signed-off-by: Chidananda-Swamy <chidananda.swamy@ltts.com>
1 parent 4e12400 commit a1a3e15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/how-to/source_to_doc_links.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For other languages (C++, Rust, etc.), use the appropriate comment syntax.
2525
Scanning Source Code for Links
2626
------------------------------
2727

28-
In you ``BUILD`` files, you specify which source files to scan
28+
In your ``BUILD`` files, you specify which source files to scan
2929
with ``filegroup`` or ``glob`` or whatever Bazel mechanism you prefer.
3030
Finally, pass the scan results to the ``docs`` rule as ``scan_code`` attribute.
3131

0 commit comments

Comments
 (0)