Skip to content

Commit

Permalink
Fix formatting after multiple merges.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanp committed May 9, 2018
1 parent 3b5df7a commit b4fb6d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ERRATA.md
Expand Up @@ -11,7 +11,7 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
- Example 150 has `latitude` and `longitude` properties with string values.
The range of these properties is `xsd:float`. A correct example would be:

```json
```json
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Place",
Expand Down Expand Up @@ -56,14 +56,15 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
]
}
```

- The range of the `units` property is given as an enumerated set of values.
Due to a formatting error, some of these values are shown with an incorrect
leading space character. The correct range is:

```text
"cm" | "feet" | "inches" | "km" | "m" | "miles" | xsd:anyURI
```

- Example 58 includes a `summary` property on a `Mention` object, which is
not allowed. A corrected example:

Expand Down

0 comments on commit b4fb6d2

Please sign in to comment.