From 93b91911f94c5f47beab3b9a13b5c49fa2f020d1 Mon Sep 17 00:00:00 2001 From: Julia Dark Date: Tue, 24 Sep 2024 16:11:25 -0400 Subject: [PATCH] Fix typo --- abstract_specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abstract_specification.md b/abstract_specification.md index b7e8db9..954caad 100644 --- a/abstract_specification.md +++ b/abstract_specification.md @@ -658,7 +658,7 @@ Summary of opertions: ### Operation: register\_object_type -Each add_new\_object_type method takes an existing SOMA object in the scene, adds a transformation from the scene to the object, and returns the object. The returned object has the same `context` value as the existing scene and is [owned by the current scene](#operation-close-collection-types). +Each register\_object_type method takes an existing SOMA object in the scene, adds a transformation from the scene to the object, and returns the object. The returned object has the same `context` value as the existing scene and is [owned by the current scene](#operation-close-collection-types). ## SOMADataFrame