From 98fa6eb20463d29ececb0b8a70bec9ac04bd30a4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 7 Feb 2025 12:28:31 -0500 Subject: [PATCH] fix: erratum for "core object types" language in section 4 "Model" Per #634 , the use of the term "core" in the opening sentence of this section is misleading, since it covers both types and properties. The distinction between core types and extended types is made later in the section, so this erratum removes the word "core" from the first sentence. --- ERRATA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ERRATA.md b/ERRATA.md index 24ed307..5f0fe2d 100644 --- a/ERRATA.md +++ b/ERRATA.md @@ -4,7 +4,7 @@ This document includes errata for the [Activity Streams](https://www.w3.org/TR/a ## Activity Streams - - None yet reported. + - The first sentence in section 4 "Model" should read "The Activity Vocabulary normatively defines the object types and properties for Activity Streams 2.0." ## Activity Vocabulary