Skip to content

Commit fcc67f1

Browse files
committed
Leading space in units enum. Closes #447
1 parent eebc7a6 commit fcc67f1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ERRATA.md

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

55
## Activity Streams
66

7-
- None yet reported.
7+
- None yet reported.
88

99
## Activity Vocabulary
1010

11-
- None yet reported.
11+
- The range of the `units` property is given as an enumerated set of values.
12+
Due to a formatting error, some of these values are shown with an incorrect
13+
leading space character. The correct range is:
14+
15+
```text
16+
"cm" | "feet" | "inches" | "km" | "m" | "miles" | xsd:anyURI
17+
```

0 commit comments

Comments
 (0)