Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6aa09 commit dded684Copy full SHA for dded684
1 file changed
docs/codeql/writing-codeql-queries/introduction-to-ql.rst
@@ -29,7 +29,7 @@ Here is an example of a basic query:
29
30
select "hello world"
31
32
-This query returns the string `"hello world"`.
+This query returns the string ``"hello world"``.
33
34
More complicated queries typically look like this:
35
0 commit comments