Skip to content

Commit 530c8d9

Browse files
author
Ryan CrawCour
committed
Merge pull request Azure#79 from TheDarkCode/patch-1
Update Program.cs
2 parents b0b75c1 + c281d13 commit 530c8d9

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)