Update docs/ql-style-guide.md

Co-authored-by: Jonas Jensen <jbj@github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2021-02-04 12:27:38 +01:00
committed by GitHub
parent 2453a25833
commit 1de3524bc5

View File

@@ -212,7 +212,7 @@ class Type extends ... {
/** ... */
Type getATypeParameter() { ... }
/** ... */
/** Gets the HTTP connection ... */
predicate getHttpConnection() { ... }
}
```