Skip to content

Commit

Permalink
Merge pull request #151 from kgautreaux/patch-1
Browse files Browse the repository at this point in the history
fix a typo explaining the technical details of annotations.
  • Loading branch information
mstorus committed Sep 1, 2012
2 parents 77cbda7 + 726cb3b commit 74d2ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotations.md
Expand Up @@ -27,7 +27,7 @@ Right now, we're still working with developers to build out this system. As App.
First here are some of the more technical details of annotations:

- Each annotation can be thought of as a dictionary or JSON object.
- Each Post have have at most 8192 bytes worth of annotations (in total, when serialized as JSON).
- Each Post is allowed at most 8192 bytes worth of annotations (in total, when serialized as JSON).
- Annotations are immutable and can only be added to a Post at creation time.

#### Annotation format
Expand Down

0 comments on commit 74d2ca2

Please sign in to comment.