Skip to content

Commit

Permalink
Fix Beanstalk reference in Ec2 client.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch committed Dec 21, 2014
1 parent 087912b commit 5711eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aws/Ec2/Ec2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class Ec2Client extends AbstractClient
const LATEST_API_VERSION = '2014-10-01';

/**
* Factory method to create a new AWS Elastic Beanstalk client using an array of configuration options.
* Factory method to create a new AWS Elastic Compute Cloud client using an array of configuration options.
*
* @param array|Collection $config Client configuration data
*
Expand Down

0 comments on commit 5711eac

Please sign in to comment.