Skip to content

Commit c2ad56a

Browse files
authored
Fix table format
1 parent 2a66585 commit c2ad56a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/ql-style-guide.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,9 @@ deprecated Expr getInitializer()
400400

401401
## Glossary
402402

403-
|-------------|----------|
404403
| Phrase | Meaning |
405404
|-------------|----------|
406-
| *[annotation](https://help.semmle.com/QL/QLLanguageSpecification.html#annotations)* |
407-
An additional specifier used to modify a declaration, such as `private`, `override`, `deprecated`, `pragma`, `bindingset`, or `cached`. |
405+
| *[annotation](https://help.semmle.com/QL/QLLanguageSpecification.html#annotations)* | An additional specifier used to modify a declaration, such as `private`, `override`, `deprecated`, `pragma`, `bindingset`, or `cached`. |
408406
| *body* | The text inside `{ }`, `( )`, or each section of an `if`-`then`-`else` or `from`-`where`-`select`. |
409407
| *binary operator* | An operator with two operands, such as comparison operators, `and`, `or`, `implies`, or arithmetic operators. |
410408
| *call* | A *formula* that invokes a predicate, e.g. `this.isStatic()` or `calls(a,b)`. |
@@ -417,4 +415,3 @@ An additional specifier used to modify a declaration, such as `private`, `overri
417415
| *must/always/do not* | Always adhere to this rule. |
418416
| *[quantifier/aggregation](https://help.semmle.com/QL/QLLanguageSpecification.html#aggregations)* | `exists`, `count`, `strictcount`, `any`, `forall`, `forex` and so on. |
419417
| *variable* | A parameter to a predicate, a field, a from variable, or a variable introduced by a *quantifier* or *aggregation*. |
420-
|-------------|----------|

0 commit comments

Comments
 (0)