diff --git a/ruby/example_code/s3/bucket_create.rb b/ruby/example_code/s3/bucket_create.rb index 9b4076fc19d..4f2210b7c69 100644 --- a/ruby/example_code/s3/bucket_create.rb +++ b/ruby/example_code/s3/bucket_create.rb @@ -35,7 +35,7 @@ def create?(region) # @return [String] The location of the bucket. def location if @bucket.nil? - "None. You must create a bucket before you can get it's location!" + "None. You must create a bucket before you can get its location!" else @bucket.client.get_bucket_location(bucket: @bucket.name).location_constraint end