File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -495,6 +495,7 @@ Unacceptable input example:
495
495
%.example.com
496
496
497
497
bob@example.com
498
+ ` ` `
498
499
499
500
# ### `Stdlib::Port`
500
501
@@ -514,6 +515,7 @@ Acceptable input examples:
514
515
515
516
Unacceptable input example:
516
517
518
+ ` ` ` shell
517
519
-1
518
520
519
521
65536
@@ -523,9 +525,9 @@ Unacceptable input example:
523
525
' https'
524
526
` ` ` `
525
527
526
- #### `Stdlib::Port::Privileged
528
+ # ### `Stdlib::Port::Privileged`
527
529
528
- Matches a valid TCP/UDP Pivlaged port i.e. < 1024
530
+ Matches a valid TCP/UDP Privileged port i.e. < 1024
529
531
530
532
Acceptable input examples:
531
533
@@ -551,7 +553,7 @@ Unacceptable input example:
551
553
552
554
#### ` Stdlib::Port::Unprivileged `
553
555
554
- Matches a valid TCP/UDP Pivlaged port i.e. >= 1024
556
+ Matches a valid TCP/UDP Privileged port i.e. >= 1024
555
557
556
558
Acceptable input examples:
557
559
You can’t perform that action at this time.
0 commit comments