File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
11
11
- Example 150 has ` latitude ` and ` longitude ` properties with string values.
12
12
The range of these properties is ` xsd:float ` . A correct example would be:
13
13
14
- ``` json
14
+ ``` json
15
15
{
16
16
"@context" : " https://www.w3.org/ns/activitystreams" ,
17
17
"type" : " Place" ,
@@ -56,14 +56,15 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
56
56
]
57
57
}
58
58
```
59
-
59
+
60
60
- The range of the `units` property is given as an enumerated set of values.
61
61
Due to a formatting error, some of these values are shown with an incorrect
62
62
leading space character. The correct range is:
63
63
64
64
```text
65
65
" cm" | "feet" | "inches" | "km" | "m" | "miles" | xsd:anyURI
66
-
66
+ ```
67
+
67
68
- Example 58 includes a `summary` property on a `Mention` object, which is
68
69
not allowed. A corrected example:
69
70
You can’t perform that action at this time.
0 commit comments