Skip to content

Commit d05e905

Browse files
authored
Merge pull request #19296 from Marcono1234/patch-1
Docs: Fix typo in code sample
2 parents c2cab18 + 64f37ea commit d05e905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ final extensions leave the extended type unchanged:
422422

423423
.. code-block:: ql
424424
425-
from OneTwoTree o
425+
from OneTwoThree o
426426
select o, o.getAString()
427427
428428
+---+-------------------------+

0 commit comments

Comments
 (0)