Skip to content

Commit c281d13

Browse files
committed
Update Program.cs
Change comment from HashPartitionResolver to RangePartitionResolver.
1 parent b0b75c1 commit c281d13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/code-samples/Partitioning/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ private async Task<HashPartitionResolver> InitializeHashResolver(Database databa
160160
}
161161

162162
/// <summary>
163-
/// Initialize a HashPartitionResolver.
163+
/// Initialize a RangePartitionResolver.
164164
/// </summary>
165165
/// <param name="database">The database to run the samples on.</param>
166-
/// <returns>The created HashPartitionResolver.</returns>
166+
/// <returns>The created RangePartitionResolver.</returns>
167167
private async Task<RangePartitionResolver<string>> InitializeRangeResolver(Database database)
168168
{
169169
// Create some collections to partition data.
@@ -363,4 +363,4 @@ private async Task LogDocumentCountsPerCollection(Database database)
363363
}
364364
}
365365
}
366-
}
366+
}

0 commit comments

Comments
 (0)