Fix little typo on docs

While reading the source file documentation I spotted this little typo.
This commit is contained in:
Alberto Almagro Sotelo 2017-12-28 20:10:23 +01:00 committed by GitHub
parent b121c3982c
commit 9f16b63dab
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