Merge pull request #643 from albertoalmagro/fix-json-representation-typo
Fix little typo on docs
This commit is contained in:
commit
95a94c41db
|
@ -20,7 +20,7 @@ require 'date'
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
module Core
|
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.
|
# To be included in representers as a feature.
|
||||||
# @private
|
# @private
|
||||||
module JsonRepresentationSupport
|
module JsonRepresentationSupport
|
||||||
|
|
Loading…
Reference in New Issue