diff --git a/src/GraphBLAS-sharp.Backend/Common/PrefixSum.fs b/src/GraphBLAS-sharp.Backend/Common/PrefixSum.fs
index ccbc5355..c606a087 100644
--- a/src/GraphBLAS-sharp.Backend/Common/PrefixSum.fs
+++ b/src/GraphBLAS-sharp.Backend/Common/PrefixSum.fs
@@ -209,7 +209,6 @@ module internal PrefixSumInternal =
let runBackwardsIncludeInPlace plus = runInPlace plus true scanInclusive
///
- /// This method is deprecated due to bad perfomance.
/// Exclude in-place prefix sum of integer array with addition operation and start value that is equal to 0.
///
///