Merge pull request #19296 from Marcono1234/patch-1

Docs: Fix typo in code sample
This commit is contained in:
Anders Schack-Mulligen
2025-04-22 11:08:17 +02:00
committed by GitHub

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()
+---+-------------------------+