Merge pull request #643 from albertoalmagro/fix-json-representation-typo

Fix little typo on docs
This commit is contained in:
Grant Timmerman 2018-02-21 15:18:14 -08:00 committed by GitHub
commit 95a94c41db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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