diff --git a/lib/aws/s3/object.rb b/lib/aws/s3/object.rb index a80674a..63b0ef2 100644 --- a/lib/aws/s3/object.rb +++ b/lib/aws/s3/object.rb @@ -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)