Skip to content

Commit

Permalink
Replace the term 'subfolder' with 'subnamespace'.
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Perron <[email protected]>
  • Loading branch information
jacobperron committed Mar 26, 2019
1 parent b330460 commit 11564de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/143_legacy_interface_definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ Each action describes three messages, one for the goal data structure, one for t
Every data structure can be uniquely identified with three pieces of information:

1. **Package** - the name of the package containing the data structure definition.
2. **Subfolders** - the list of subfolders within the package where the data structure defintion can be found.
2. **Subnamespaces** - the list of namespaces within the package where the data structure is defined.
3. **Name** - the name of the data structure.

For example, a message with the name `Foo` in subfolder `msg` of the package `bar` has the unique identifier `bar/msg/Foo`.
For example, a message with the name `Foo` in the namespace `msg` of the package `bar` has the unique identifier `bar/msg/Foo`.
Here, `/` is used as a separator, but in practice any delimeter could be used.

### Field types
Expand Down

0 comments on commit 11564de

Please sign in to comment.