]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update comboaddress.rst 9462/head
authorphonedph1 <20867105+phonedph1@users.noreply.github.com>
Fri, 11 Sep 2020 02:33:55 +0000 (20:33 -0600)
committerGitHub <noreply@github.com>
Fri, 11 Sep 2020 02:33:55 +0000 (20:33 -0600)
pdns/recursordist/docs/lua-scripting/comboaddress.rst

index a36dd996c327ab319e3f73f57f094452ca83e770..0b1a4bbd4f8dcd76214ed87fdf74ee1bd51fa282 100644 (file)
@@ -24,7 +24,7 @@ To compare the address (so not the port) of two ComboAddresses, use :meth:`:equa
 To convert an address to human-friendly representation, use :meth:`:toString <ComboAddress:toString>` or :meth:`:toStringWithPort <ComboAddress:toStringWithPort()>`.
 To get only the port number, use :meth:`:getPort() <ComboAddress:getPort>`.
 
-.. function:: NewCA(address) -> ComboAddress
+.. function:: newCA(address) -> ComboAddress
 
   Creates a :class:`ComboAddress`.