Skip to content

Commit 24cb165

Browse files
committed
refactor: comments
1 parent bca2cf6 commit 24cb165

File tree

1 file changed

+2
-3
lines changed
  • src/GraphBLAS-sharp.Backend/Common

1 file changed

+2
-3
lines changed

src/GraphBLAS-sharp.Backend/Common/Sum.fs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,8 @@ module Reduce =
316316

317317
reducedKeys, reducedValues
318318

319-
320319
/// <summary>
321-
/// Reduces values by key. Each segment is reduced by one working item.
320+
/// Reduces values by key. Each segment is reduced by one work item.
322321
/// </summary>
323322
/// <param name="clContext">ClContext.</param>
324323
/// <param name="workGroupSize">Work group size.</param>
@@ -384,7 +383,7 @@ module Reduce =
384383
reducedKeys, reducedValues
385384

386385
/// <summary>
387-
/// Reduces values by key. One working group participates in the reduction.
386+
/// Reduces values by key. One work group participates in the reduction.
388387
/// </summary>
389388
/// <param name="clContext">ClContext.</param>
390389
/// <param name="workGroupSize">Work group size.</param>

0 commit comments

Comments
 (0)