Skip to content

Commit d678cdc

Browse files
author
Benjamin Muskalla
authored
Update variables.rst
1 parent 26881ec commit d678cdc

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)