Skip to content

Commit

Permalink
Release 0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lezzi committed Apr 27, 2022
1 parent 94a9ca7 commit 99a1681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EfficientDynamoDb/GlobalDynamoDbConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace EfficientDynamoDb
public static class GlobalDynamoDbConfig
{
/// <summary>
/// Uses custom memory stream implemenation (does not use ArrayPool).
/// Uses custom memory stream implementation (does not use ArrayPool).
/// </summary>
public static bool UseMemoryStreamPooling { get; set; } = true;

Expand Down

0 comments on commit 99a1681

Please sign in to comment.