Skip to content

Commit 5364072

Browse files
mbaludaCopilot
andauthored
Update .github/copilot-instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b65b58f commit 5364072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ All public predicates, classes, modules and files should be documented with QLDo
138138

139139
1. Use a third-person verb phrase of the form `Gets (a|the) <thing>.`
140140
1. Use "if any" if the item is usually unique but might be missing. For example
141-
`Gets the body of this method, if any.`
141+
`Gets the body of this method, if any.`
142142
1. If the predicate has more complex behaviour, for example multiple arguments are conceptually "outputs", it can be described like a predicate without a result. For example
143-
``Holds if `result` is a child of this expression.``
143+
``Holds if `result` is a child of this expression.``
144144
1. Avoid:
145145
- `Get a ...`
146146
- `The ...`

0 commit comments

Comments
 (0)