Skip to content

Commit 0a1c754

Browse files
authored
Merge pull request github#6395 from github/bmuskalla/fixTypoInVariables
Fix typo in variables documentation
2 parents 26881ec + d678cdc commit 0a1c754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/ql-language-reference/variables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ As an aside, note that the following query leads to a compile-time error:
5757
select i
5858
5959
In theory, it would have infinitely many results, as the variable ``i`` is not constrained to a
60-
finite number of possible values. For more informaion, see ":ref:`binding`."
60+
finite number of possible values. For more information, see ":ref:`binding`."
6161

6262
.. index:: variable; free, variable; bound
6363
.. _free-variables:

0 commit comments

Comments
 (0)