Skip to content

Commit

Permalink
Merge branch 'topic/field_predicate_doc' into 'master'
Browse files Browse the repository at this point in the history
Fix wrong example given in the 'field predicate' doc section

Closes #189

See merge request eng/libadalang/langkit-query-language!211
  • Loading branch information
HugoGGuerrier committed Apr 30, 2024
2 parents 283ff74 + 594071a commit c1daedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_manual/source/language_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ construct in the introduction, and it's one of the simplest kind of patterns.

.. code-block:: lkql
select ObjectDecl(p_default_val(): IntLiteral)
select ObjectDecl(f_default_expr : IntLiteral)
Property Call Predicate
"""""""""""""""""""""""
Expand Down

0 comments on commit c1daedb

Please sign in to comment.