Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ravjot Singh <[email protected]>
  • Loading branch information
ravjot07 authored and setrofim committed Jan 13, 2025
1 parent 26a3789 commit f5d05a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ effectively defining new fields for the corresponding structures. In the code
base, these can be identified by the embedded `Extensions` struct. Each
extensible type has a corresponding `extensions.Point`. These are:

| Extension Type | Extension Point(s) | Parent Structure | Where to Call RegisterExtensions() |
| Extended Type | Extension Point(s) | Parent Structure | Where to Call RegisterExtensions() |
|:-------------------:|:-------------------------------------------------------------------------:|:----------------------------------------------------:|:-------------------------------------------------------------------------:|
| comid.Comid | comid.ExtComid | comid.Comid (the top-level CoMID) | On a comid.Comid instance (e.g. myComid.RegisterExtensions(extMap)) |
| comid.Entity | comid.ExtEntity | comid.Entity | Usually indirect via myComid.RegisterExtensions(...) (the Comid sees it). |
Expand Down

0 comments on commit f5d05a0

Please sign in to comment.