GUAC-1138: There is no dot-decimal notation in IPv6. Incorrect comment.

This commit is contained in:
Michael Jumper
2015-03-28 00:28:42 -07:00
parent 7c5157c2b9
commit d65853422c

View File

@@ -29,7 +29,7 @@ angular.module('list').factory('IPv6Network', [
/**
* Represents an IPv6 network as a pairing of base address and netmask,
* 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
* @param {Number[]} addressGroups