Skip to content

Commit 178ca04

Browse files
Update components/core/src/clp/Query.hpp
Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com>
1 parent 7f73b23 commit 178ca04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/core/src/clp/Query.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ class SubQuery {
143143
/**
144144
* Whether the given variables contain the subquery's variables in order (but not necessarily
145145
* contiguously)
146-
* @param vars
147146
* @tparam EncodedVariableContainerType A random access list of `clp::encoded_variable_t`.
147+
* @param vars
148148
* @return true if matched, false otherwise
149149
*/
150150
template <typename EncodedVariableContainerType>

0 commit comments

Comments
 (0)