lib/google/cloud/memcache/v1beta2/cloud_memcache.rb in google-cloud-memcache-v1beta2-0.1.2 vs lib/google/cloud/memcache/v1beta2/cloud_memcache.rb in google-cloud-memcache-v1beta2-0.2.0

- old
+ new

@@ -43,10 +43,10 @@ # * Each location has a collection of Memcached instances, named: # `/instances/*` # * As such, Memcached instances are resources of the form: # `/projects/{project_id}/locations/{location_id}/instances/{instance_id}` # - # Note that location_id must be refering to a GCP `region`; for example: + # Note that location_id must be a GCP `region`; for example: # * `projects/my-memcached-project/locations/us-central1/instances/my-memcached` # # To load this service and instantiate a client: # # require "google/cloud/memcache/v1beta2/cloud_memcache"