Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
packagethief committed Oct 16, 2009
1 parent 5a05f8d commit 5926923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws/s3/object.rb
Expand Up @@ -552,7 +552,7 @@ def update
self.class.update(key, bucket.name, about.to_headers)
end

# Deletes the current object. Trying to save an object after it has been deleted with
# Deletes the current object. Trying to save an object after it has been deleted will
# raise a DeletedObject exception.
def delete
bucket.update(:deleted, self)
Expand Down

0 comments on commit 5926923

Please sign in to comment.