From 2cc92ad225ef0fd2756b44c9dc81c59fedbf2f20 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Fri, 16 Dec 2016 13:11:53 +0200 Subject: doc: add clarifications and clean up --- aconf/model/net.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aconf/model/net.lua') diff --git a/aconf/model/net.lua b/aconf/model/net.lua index 8ca7921..cc3a1e6 100644 --- a/aconf/model/net.lua +++ b/aconf/model/net.lua @@ -1,5 +1,5 @@ --[[ -Copyright (c) 2012-2015 Kaarle Ritvanen +Copyright (c) 2012-2016 Kaarle Ritvanen See LICENSE file for license details --]] @@ -169,7 +169,7 @@ function M.IPv6Address:mask2cidr(mask) return mask end function M.IPv6Address:cidr2mask(cidr) return cidr end ---- IP address field, inherits @{Field}. Accepts both IPv4 and IPv6 +--- IP address field, inherits @{String}. Accepts both IPv4 and IPv6 -- address values. -- @klass net.IPAddress M.IPAddress = class(Union) -- cgit v1.2.3