Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan committed Aug 2, 2024
1 parent 19215d1 commit bb1ea77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Versioning guidelines for SemVer can be found at: https://semver.org/

- [2024.06.25; Maikuolan]: A very minor performance improvement.

- [2024.08.02; Maikuolan]: Fixed some typos.

=== Version/Release 1.3.4 ===
PATCH RELEASE.

Expand Down
6 changes: 3 additions & 3 deletions src/Expand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Aggregator v1.3.4 (last modified: 2022.05.18).
* Aggregator v1.3.5 (last modified: 2024.08.02).
* @link https://github.com/CIDRAM/Aggregator
*
* Description: A stand-alone class implementation of the IPv4+IPv6 IP+CIDR
Expand All @@ -20,7 +20,7 @@ trait Expand
* Tests whether $Addr is an IPv4 address, and if it is, expands its potential
* factors (i.e., constructs an array containing the CIDRs that contain $Addr).
* Returns false if $Addr is *not* an IPv4 address, and otherwise, returns the
* contructed array.
* constructed array.
*
* @param string $Addr Refer to the description above.
* @param bool $ValidateOnly If true, just checks if the IP is valid only.
Expand Down Expand Up @@ -58,7 +58,7 @@ public function expandIpv4($Addr, $ValidateOnly = false, $FactorLimit = 32)
* Tests whether $Addr is an IPv6 address, and if it is, expands its potential
* factors (i.e., constructs an array containing the CIDRs that contain $Addr).
* Returns false if $Addr is *not* an IPv6 address, and otherwise, returns the
* contructed array.
* constructed array.
*
* @param string $Addr Refer to the description above.
* @param bool $ValidateOnly If true, just checks if the IP is valid only.
Expand Down

0 comments on commit bb1ea77

Please sign in to comment.