Skip to content

Commit 1eb5305

Browse files
committed
Fixing spelling
Signed-off-by: Sachin Pisal <[email protected]>
1 parent 8d2ec4b commit 1eb5305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/cudaq/operators.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class sum_op {
168168

169169
/// @brief Constructs a new sum operator instance from product operator
170170
/// arguments.
171-
/// @tparam Args Variadic template parameters representing
171+
/// @tparam `Args` Variadic template parameters representing
172172
/// product_op<HandlerTy> types.
173173
/// @param args One or more product operator objects used in the summation
174174
/// operation.
@@ -385,7 +385,7 @@ class sum_op {
385385
/// @return A sum operator that represents the result of the multiplication.
386386
sum_op<HandlerTy> operator*(const product_op<HandlerTy> &other) const;
387387
/// @brief Adds a product operation to the current sum operation.
388-
/// @param other A const reference to the product operation to be added.
388+
/// @param other A `const` reference to the product operation to be added.
389389
/// @return A new sum operation that encapsulates the result of the addition.
390390
sum_op<HandlerTy> operator+(const product_op<HandlerTy> &other) const &;
391391
/// @brief Constructs a sum operation by adding a product operation to the

0 commit comments

Comments
 (0)