Docs: Fix typo in code sample

This commit is contained in:
Marcono1234
2025-04-12 16:01:55 +02:00
committed by GitHub
parent 85527101bd
commit 64f37ea24c

View File

@@ -422,7 +422,7 @@ final extensions leave the extended type unchanged:
.. code-block:: ql
from OneTwoTree o
from OneTwoThree o
select o, o.getAString()
+---+-------------------------+