Skip to content

Commit dded684

Browse files
authored
Update docs/codeql/writing-codeql-queries/introduction-to-ql.rst
1 parent 7b6aa09 commit dded684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/writing-codeql-queries/introduction-to-ql.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here is an example of a basic query:
2929
3030
select "hello world"
3131
32-
This query returns the string `"hello world"`.
32+
This query returns the string ``"hello world"``.
3333

3434
More complicated queries typically look like this:
3535

0 commit comments

Comments
 (0)