From 9f16b63dab484a0c36fa6d3545f572dd1601cb51 Mon Sep 17 00:00:00 2001 From: Alberto Almagro Sotelo Date: Thu, 28 Dec 2017 20:10:23 +0100 Subject: [PATCH] Fix little typo on docs While reading the source file documentation I spotted this little typo. --- lib/google/apis/core/json_representation.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/google/apis/core/json_representation.rb b/lib/google/apis/core/json_representation.rb index 9b7e54441..42da969b5 100644 --- a/lib/google/apis/core/json_representation.rb +++ b/lib/google/apis/core/json_representation.rb @@ -20,7 +20,7 @@ require 'date' module Google module Apis module Core - # Support for serializing hashes + propery value/nil/unset tracking + # Support for serializing hashes + property value/nil/unset tracking # To be included in representers as a feature. # @private module JsonRepresentationSupport