From f06f1e33fa1706318a85141323a0e70175fad55f Mon Sep 17 00:00:00 2001 From: Sergio Gomes Date: Tue, 29 Oct 2013 13:25:55 +0000 Subject: [PATCH] Minor documentation fix --- lib/google/api_client/service.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/google/api_client/service.rb b/lib/google/api_client/service.rb index a91ab652e..451266fe5 100755 --- a/lib/google/api_client/service.rb +++ b/lib/google/api_client/service.rb @@ -173,8 +173,6 @@ module Google ## # The cache store used for storing discovery documents. - # If the user requested :default, use SimpleFileStore with default file - # name. # # @return [ActiveSupport::Cache::Store, # Google::APIClient::Service::SimpleFileStore,