Skip to content

Commit 52fb32c

Browse files
committed
Updated line number
1 parent cab352f commit 52fb32c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/3-custom-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ As highlighted previously, `copilot-instructions.md` is designed to provide proj
8181
1. Return to your codespace.
8282
2. Open `.github/copilot-instructions.md`.
8383
3. Explore the file, noting the brief description of the project and sections for **Code standards**, **Scripts** and **GitHub Actions Workflows**. These are applicable to any interactions we'd have with Copilot, are robust, and provide clear guidance on what we're doing and how we want to accomplish it.
84-
4. Locate the **Code formatting requirements** section, which should be around line 16. Note how it contains a note to use type hints. That's why we saw those in the code generated previously.
84+
4. Locate the **Code formatting requirements** section, which should be around line 23. Note how it contains a note to use type hints. That's why we saw those in the code generated previously.
8585
5. Add the following lines of markdown right below the note about type hints to instruct Copilot to add comment headers to files and docstrings (which should be near line 18):
8686

8787
```markdown

0 commit comments

Comments
 (0)