From 792124aed5029627e9c44247f493cd9b54edbdba Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Tue, 17 Sep 2024 07:46:33 -0400 Subject: [PATCH] Fix typo. --- text/entities/0264-resource-and-entities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/entities/0264-resource-and-entities.md b/text/entities/0264-resource-and-entities.md index 9285db95c..1cfba5f2b 100644 --- a/text/entities/0264-resource-and-entities.md +++ b/text/entities/0264-resource-and-entities.md @@ -130,7 +130,7 @@ We provide a simple algorithm for this behavior: - If the entity identity is different: drop the new entity `d'`. - Otherwise, add the entity `d'` to set `E` - Construct a Resource from the set `E`. - - If all entities within `E` have the same `schema_url`, se the resource's + - If all entities within `E` have the same `schema_url`, set the resource's `schema_url` to match. - Otherwise, leave the Resource `schema_url` blank.