Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 5c20663

Browse files
committed
docs: add missing definition for space
The definition for space was missing in PLUGIN_AUTHORING documentation. Added ' ' for defining a space, as \s. Signed-off-by: Saija Sorsa <saija.sorsa@intel.com>
1 parent 5137f6c commit 5c20663

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/PLUGIN_AUTHORING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ snap-plugin-[type]-[name]
6565
A plugin should **NOT** advertise metrics which namespaces contain:
6666

6767
##### a) the following characters in a namespace:
68-
- spaces
68+
- spaces ` `
6969
- brackets: `()[]{}`
7070
- slashes: `| \ /`
7171
- carets: `^`

0 commit comments

Comments
 (0)