Explorar o código

Fixed typo in example

Jeremy Stretch %!s(int64=8) %!d(string=hai) anos
pai
achega
0fc9ed852e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/data-model/extras.md

+ 1 - 1
docs/data-model/extras.md

@@ -119,7 +119,7 @@ Each line of the **device patterns** field represents a hierarchical layer withi
 ```
 core-switch-[abcd]
 dist-switch\d
-access-switch\d+,oob-switch\d+
+access-switch\d+;oob-switch\d+
 ```
 
 Note that you can combine multiple regexes onto one line using semicolons. The order in which regexes are listed on a line is significant: devices matching the first regex will be rendered first, and subsequent groups will be rendered to the right of those.