Skip to content

Commit a1291dc

Browse files
Jeff DutilJeff Dutil
Jeff Dutil
authored and
Jeff Dutil
committed
Fix comment reference to Client.
1 parent 9d41158 commit a1291dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/aws/session_store/dynamo_db/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class Configuration
153153
# See AWS DynamoDB documentation for table write_capacity for more
154154
# information on this setting.
155155
# @option options [DynamoDB Client] :dynamo_db_client
156-
# (Aws::DynamoDB::ClientV2) DynamoDB client used to perform database
156+
# (Aws::DynamoDB::Client) DynamoDB client used to perform database
157157
# operations inside of middleware application.
158158
# @option options [Boolean] :raise_errors (false) If true, all errors are
159159
# raised up the stack when default ErrorHandler. If false, Only specified

0 commit comments

Comments
 (0)