Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-dark committed Oct 16, 2024
1 parent df4e623 commit 37f1c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abstract_specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ Summary of opertions:

### Operation: register\_<var>object_type</var>

Each <code>add_new\_<var>object_type</var></code> 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 <code>register\_<var>object_type</var></code> 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

Expand Down

0 comments on commit 37f1c65

Please sign in to comment.