Skip to content

Commit

Permalink
Correct documentation. Example should show method call filter not fil…
Browse files Browse the repository at this point in the history
…tered.
  • Loading branch information
msavy committed Aug 12, 2011
1 parent b39e2a0 commit db68e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/aws/ec2.rb
Expand Up @@ -167,8 +167,8 @@ module AWS
# the string "linux", you can do this:
#
# ec2.images.with_owner("amazon").
# filtered("platform", "windows").
# filtered("description", "*linux*")
# filter("platform", "windows").
# filter("description", "*linux*")
#
# Similarly, you can tag images, instances, security groups,
# snapshots, and volumes with free-form key-value metadata and
Expand Down

0 comments on commit db68e48

Please sign in to comment.