From bb84d6ad3118113589eabfcabaf688c07ea249a5 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Wed, 16 Dec 2015 18:25:07 -0800 Subject: [PATCH] Minor documentation correction. --- Supporters/t/Supporters.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Supporters/t/Supporters.t b/Supporters/t/Supporters.t index 5a24f08..6a86dd0 100644 --- a/Supporters/t/Supporters.t +++ b/Supporters/t/Supporters.t @@ -144,7 +144,7 @@ ok($same = $sp->addAddressType("paypal payer"), "addAddressType: lookup works"); ok($same == $paypalPayerAddressType, "addAddressType: lookup returns same as the basic add"); -=item addAddressType/getRequestType +=item addRequestType/getRequestType =cut