Skip to content

Commit

Permalink
Fix a copy/paste error in schema doc
Browse files Browse the repository at this point in the history
Change `date(_gmt)` to `modified(_gmt)` and rewrap.
  • Loading branch information
JDGrimes committed May 29, 2014
1 parent 3bb70e7 commit 8dc0e64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/schema.md
Expand Up @@ -181,9 +181,9 @@ Section 5.6 datetime representation.
[RFC3339]: http://tools.ietf.org/html/rfc3339

### `modified`, `modified_gmt`
The `date` and `date_gmt` fields are strings with the post's last modification
date and time in the local time and UTC respectively. These fields follow the
[RFC3339][] Section 5.6 datetime representation.
The `modified` and `modified_gmt` fields are strings with the post's last
modification date and time in the local time and UTC respectively. These fields
follow the [RFC3339][] Section 5.6 datetime representation.

modified = date-time
modified_gmt = date-time
Expand Down

0 comments on commit 8dc0e64

Please sign in to comment.