https://openid.net/specs/openid-4-verifiable-presentations-1_0.html#name-authorization-request says:
The Verifier articulates requirements of the Credential(s) that are requested using the dcql_query parameter.
However https://openid.net/specs/openid-4-verifiable-presentations-1_0.html#section-5.5 allows the use of scopes as well.
So something like this would be better:
The Verifier articulates requirements of the Credential(s) that are requested using either the dcql_query or scope parameters.
Also it seems like there's some missing words between 'DCQL Query" and 'Section 5" here:
A VP Token is only returned if the corresponding Authorization Request contained a dcql_query parameter or a scope parameter representing a DCQL Query Section 5.
maybe:
A VP Token is only returned if the corresponding Authorization Request contained a dcql_query parameter or a scope parameter representing a DCQL Query (as defined in Section 5).