summaryrefslogtreecommitdiff
path: root/lib/TUWF
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-10-01 10:53:02 +0200
committerYorhel <git@yorhel.nl>2019-10-01 10:53:02 +0200
commit24967dd453fda247c9825fc12b8d46a23234a941 (patch)
tree8fb8ed7ede8decfe365ef731123fe957e7df1767 /lib/TUWF
parent814f74272a8c1b879689e754aec050c3dccd7c30 (diff)
Typo fix in TUWF::Validate doc
Diffstat (limited to 'lib/TUWF')
-rw-r--r--lib/TUWF/Validate.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/TUWF/Validate.pod b/lib/TUWF/Validate.pod
index 0a47404..86c789a 100644
--- a/lib/TUWF/Validate.pod
+++ b/lib/TUWF/Validate.pod
@@ -118,7 +118,7 @@ like it so please fix it!" fashion.
Returns I<undef> if validation succeeded, an error object otherwise.
An error object is a hashref containing at least one key: I<validation>, which
-indicates the name of the that validation failed. Additional keys with more
+indicates the name of the validation that failed. Additional keys with more
detailed information may be present, depending on the validation. These are
documented in L</SCHEMA DEFINITION> below.