From 6366df86e7c8e479afebf991b5233936cfed16a3 Mon Sep 17 00:00:00 2001
From: randyh62 <42045079+randyh62@users.noreply.github.com>
Date: Fri, 7 Jun 2024 07:49:02 -0700
Subject: [PATCH] Update replace.h (#413)
correct CopyAssignable link error
---
thrust/replace.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/thrust/replace.h b/thrust/replace.h
index 0c3fa5b16..68d559835 100644
--- a/thrust/replace.h
+++ b/thrust/replace.h
@@ -49,7 +49,7 @@ THRUST_NAMESPACE_BEGIN
* \tparam DerivedPolicy The name of the derived execution policy.
* \tparam ForwardIterator is a model of Forward Iterator,
* and \p ForwardIterator is mutable.
- * \tparam T is a model of Assignable,
+ * \tparam T is a model of Assignable,
* \p T is a model of EqualityComparable,
* objects of \p T may be compared for equality with objects of
* \p ForwardIterator's \c value_type,
@@ -101,7 +101,7 @@ __host__ __device__
*
* \tparam ForwardIterator is a model of Forward Iterator,
* and \p ForwardIterator is mutable.
- * \tparam T is a model of Assignable,
+ * \tparam T is a model of Assignable,
* \p T is a model of EqualityComparable,
* objects of \p T may be compared for equality with objects of
* \p ForwardIterator's \c value_type,