Skip to content

Commit 11564de

Browse files
committed
Replace the term 'subfolder' with 'subnamespace'.
Signed-off-by: Jacob Perron <[email protected]>
1 parent b330460 commit 11564de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/143_legacy_interface_definition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ Each action describes three messages, one for the goal data structure, one for t
5656
Every data structure can be uniquely identified with three pieces of information:
5757

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

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

6565
### Field types

0 commit comments

Comments
 (0)