Skip to content

Commit 1bf1438

Browse files
authored
Merge branch 'master' into issue-447
2 parents fcc67f1 + 2a6fe7e commit 1bf1438

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

ERRATA.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,15 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a
1414

1515
```text
1616
"cm" | "feet" | "inches" | "km" | "m" | "miles" | xsd:anyURI
17+
18+
- Example 58 includes a `summary` property on a `Mention` object, which is
19+
not allowed. A corrected example:
20+
21+
```json
22+
{
23+
"@context": "https://www.w3.org/ns/activitystreams",
24+
"type": "Mention",
25+
"href": "http://example.org/joe",
26+
"name": "Joe"
27+
}
1728
```
File renamed without changes.

0 commit comments

Comments
 (0)