mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUAC-1138: There is no dot-decimal notation in IPv6. Incorrect comment.
This commit is contained in:
@@ -29,7 +29,7 @@ angular.module('list').factory('IPv6Network', [
|
|||||||
/**
|
/**
|
||||||
* Represents an IPv6 network as a pairing of base address and netmask,
|
* Represents an IPv6 network as a pairing of base address and netmask,
|
||||||
* both of which are in binary form. To obtain an IPv6Network from
|
* both of which are in binary form. To obtain an IPv6Network from
|
||||||
* standard CIDR or dot-decimal notation, use IPv6Network.parse().
|
* standard CIDR notation, use IPv6Network.parse().
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param {Number[]} addressGroups
|
* @param {Number[]} addressGroups
|
||||||
|
Reference in New Issue
Block a user