Skip to content

Commit 1251144

Browse files
authored
Update ql-style-guide.md
Replacing the HTTP example with a SSA variable example. I didn't want to keep both, to not bloat this section.
1 parent 1de3524 commit 1251144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ql-style-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ class Type extends ... {
212212
/** ... */
213213
Type getATypeParameter() { ... }
214214
215-
/** Gets the HTTP connection ... */
216-
predicate getHttpConnection() { ... }
215+
/** Gets the SSA variable ... */
216+
predicate getSsaVariable() { ... }
217217
}
218218
```
219219

0 commit comments

Comments
 (0)