Skip to content

Commit

Permalink
fix missing 'in-addr' in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leftshift committed Jul 19, 2021
1 parent 55f52e9 commit 15215b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ipv4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class Address4 {
* @param {string} arpaFormAddress - an 'in-addr.arpa' form ipv4 address
* @returns {Adress4}
* @example
* var address = Address4.fromArpa(42.2.0.192.arpa.)
* var address = Address4.fromArpa(42.2.0.192.in-addr.arpa.)
* address.correctForm(); // '192.0.2.42'
*/
static fromArpa(arpaFormAddress: string): Address4 {
Expand Down

0 comments on commit 15215b8

Please sign in to comment.