mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Typo
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
533ceeaaf2
commit
9aec576c76
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ public static partial class NetworkUtils
|
|||
/// <param name="network">The <see cref="IPNetwork"/>.</param>
|
||||
/// <param name="address">The <see cref="IPAddress"/>.</param>
|
||||
/// <returns>Whether the supplied IP is in the supplied network.</returns>
|
||||
public static bool SubNetContainsAddress(IPNetwork network, IPAddress address)
|
||||
public static bool SubnetContainsAddress(IPNetwork network, IPAddress address)
|
||||
{
|
||||
ArgumentNullException.ThrowIfNull(address);
|
||||
ArgumentNullException.ThrowIfNull(network);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue