Skip to content

Commit b4fb6d2

Browse files
committed
Fix formatting after multiple merges.
1 parent 3b5df7a commit b4fb6d2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ERRATA.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
1111
- Example 150 has `latitude` and `longitude` properties with string values.
1212
The range of these properties is `xsd:float`. A correct example would be:
1313

14-
```json
14+
```json
1515
{
1616
"@context": "https://www.w3.org/ns/activitystreams",
1717
"type": "Place",
@@ -56,14 +56,15 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
5656
]
5757
}
5858
```
59-
59+
6060
- The range of the `units` property is given as an enumerated set of values.
6161
Due to a formatting error, some of these values are shown with an incorrect
6262
leading space character. The correct range is:
6363

6464
```text
6565
"cm" | "feet" | "inches" | "km" | "m" | "miles" | xsd:anyURI
66-
66+
```
67+
6768
- Example 58 includes a `summary` property on a `Mention` object, which is
6869
not allowed. A corrected example:
6970

0 commit comments

Comments
 (0)