# HG changeset patch # User Nicolas Chauvat # Date 1481718848 -3600 # Node ID 207e6d088791354815cf35a7ec38cea90acb1f92 # Parent 0cb36982db946a7d7dc40ea993c0ef3886d9b98c [doc/book] fix error in markup diff -r 0cb36982db94 -r 207e6d088791 doc/book/annexes/rql/language.rst --- a/doc/book/annexes/rql/language.rst Sun Dec 04 23:45:52 2016 +0100 +++ b/doc/book/annexes/rql/language.rst Wed Dec 14 13:34:08 2016 +0100 @@ -318,8 +318,8 @@ ``owned_by``". * ``Any X WHERE NOT X owned_by U, U login "syt"`` means "the entity have no - relation ``owned_by`` with the user syt". They may have a relation "owned_by" - with another user. + relation ``owned_by`` with the user syt". They may have a relation "owned_by" + with another user. In this clause, you can also use ``EXISTS`` when you want to know if some expression is true and do not need the complete set of elements that make it