From d6728a20812ca3322fb73f86d413d56d979a628a Mon Sep 17 00:00:00 2001 From: Jeffrey Novotny Date: Thu, 15 Aug 2024 10:07:31 -0400 Subject: [PATCH] Fix broken link in API --- thrust/functional.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thrust/functional.h b/thrust/functional.h index b0e98e1f..f5da333c 100644 --- a/thrust/functional.h +++ b/thrust/functional.h @@ -1645,7 +1645,7 @@ struct binary_negate * \return A new object, npred such that npred(x,y) always returns * the same value as !pred(x,y). * - * \tparam Binary Predicate is a model of Adaptable Binary Predicate. + * \tparam Binary Predicate is a model of Adaptable Binary Predicate. * * \see binary_negate * \see not1