Skip to content

Commit

Permalink
Merge pull request #5 from dtrebbien/patch-5
Browse files Browse the repository at this point in the history
Fix the sample response to a List upcoming request
  • Loading branch information
packagethief committed Aug 27, 2012
2 parents c1e0730 + 976159d commit 76f57f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sections/data_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Reminder

``` xml
<reminder id="6">
<remind_at>"2007-09-03 15:59:00"</remind_at>
<remind_at>2007-09-03 15:59:00</remind_at>
<content>World!</content>
<creator id="456" name="Jane D." />
<remindees>
Expand Down
2 changes: 1 addition & 1 deletion sections/reminders.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ List upcoming
</remindees>
</reminder>
<reminder id="6">
<remind_at>"2007-09-03 15:59:00"</remind_at>
<remind_at>2007-09-03 15:59:00</remind_at>
<content>World!</content>
<creator id="456" name="Jane D." />
<remindees>
Expand Down

0 comments on commit 76f57f4

Please sign in to comment.