Skip to content

Commit f3523d5

Browse files
author
willmeek
authored
Merge pull request #883 from pmcmaw/add_full_stop
(maint) - Adding full stops in the README.md
2 parents 2b945ea + 214fd30 commit f3523d5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ Unacceptable input example:
411411

412412
#### `Stdlib::Filesource`
413413

414-
Matches paths valid values for the source parameter of the puppet file type
414+
Matches paths valid values for the source parameter of the puppet file type.
415415

416416
Acceptable input example:
417417

@@ -447,7 +447,7 @@ ftp://ftp.example.com
447447

448448
#### `Stdlib::Fqdn`
449449

450-
Matches paths on fully quallified domain name
450+
Matches paths on fully quallified domain name.
451451

452452
Acceptable input example:
453453

@@ -469,7 +469,7 @@ Unacceptable input example:
469469

470470
#### `Stdlib::Host`
471471

472-
Matches a valid host which could be a valid ipv4, ipv6 or fqdn
472+
Matches a valid host which could be a valid ipv4, ipv6 or fqdn.
473473

474474
Acceptable input example:
475475

@@ -499,7 +499,7 @@ bob@example.com
499499

500500
#### `Stdlib::Port`
501501

502-
Matches a valid TCP/UDP Port number
502+
Matches a valid TCP/UDP Port number.
503503

504504
Acceptable input examples:
505505

@@ -527,7 +527,7 @@ Unacceptable input example:
527527

528528
#### `Stdlib::Port::Privileged`
529529

530-
Matches a valid TCP/UDP Privileged port i.e. < 1024
530+
Matches a valid TCP/UDP Privileged port i.e. < 1024.
531531

532532
Acceptable input examples:
533533

@@ -553,7 +553,7 @@ Unacceptable input example:
553553

554554
#### `Stdlib::Port::Unprivileged`
555555

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

558558
Acceptable input examples:
559559

@@ -584,7 +584,7 @@ Unacceptable input example:
584584

585585
#### `Stdlib::Base32`
586586

587-
Matches paths a valid base32 string
587+
Matches paths a valid base32 string.
588588

589589
Acceptable input example:
590590

@@ -612,7 +612,7 @@ asdasddasd3453453=======
612612

613613
#### `Stdlib::Base64`
614614

615-
Matches paths a valid base64 string
615+
Matches paths a valid base64 string.
616616

617617
Acceptable input example:
618618

@@ -638,7 +638,7 @@ asdads asdasd
638638

639639
#### `Stdlib::Ipv4`
640640

641-
Matches on valid IPv4 addresses
641+
Matches on valid IPv4 addresses.
642642

643643
Acceptable input example:
644644

@@ -666,7 +666,7 @@ Unacceptable input example:
666666

667667
#### `Stdlib::Ipv6`
668668

669-
Matches on valid IPv6 addresses
669+
Matches on valid IPv6 addresses.
670670

671671
Acceptable input example:
672672

@@ -700,7 +700,7 @@ foobar2001:db8::1
700700

701701
#### `Stdlib::Ip_address`
702702

703-
Matches on valid IPv4 or IPv6 addresses
703+
Matches on valid IPv4 or IPv6 addresses.
704704

705705
Acceptable input example:
706706

0 commit comments

Comments
 (0)