Skip to content

Commit 75dd7b3

Browse files
authored
Merge pull request #879 from ehom/master
(maint) fixed typos, formatting issues
2 parents 598e0a3 + fb6fa2d commit 75dd7b3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ Unacceptable input example:
495495
%.example.com
496496
497497
bob@example.com
498+
```
498499

499500
#### `Stdlib::Port`
500501

@@ -514,6 +515,7 @@ Acceptable input examples:
514515

515516
Unacceptable input example:
516517

518+
```shell
517519
-1
518520
519521
65536
@@ -523,9 +525,9 @@ Unacceptable input example:
523525
'https'
524526
````
525527
526-
#### `Stdlib::Port::Privileged
528+
#### `Stdlib::Port::Privileged`
527529
528-
Matches a valid TCP/UDP Pivlaged port i.e. < 1024
530+
Matches a valid TCP/UDP Privileged port i.e. < 1024
529531
530532
Acceptable input examples:
531533
@@ -551,7 +553,7 @@ Unacceptable input example:
551553

552554
#### `Stdlib::Port::Unprivileged`
553555

554-
Matches a valid TCP/UDP Pivlaged port i.e. >= 1024
556+
Matches a valid TCP/UDP Privileged port i.e. >= 1024
555557

556558
Acceptable input examples:
557559

0 commit comments

Comments
 (0)