Skip to content

Commit d81e5a7

Browse files
committed
Minor grammar corrections
1 parent 4cc1280 commit d81e5a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/testing.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ Protocol|http://testanything.org>.
7474
— is I<not> a given value (C<cmp> semantics)
7575
7676
=item L«C<is-approx>|/language/testing#index-entry-is-approx-is-approx($value,_$expected,_$description?)»
77-
compare approximate numerical value
77+
approximately equals to a numerical value
7878
7979
8080
=item L«C<like>|/language/testing#index-entry-like-like($value,_$expected-regex,_$description?)»
81-
— matches given regex
81+
— matches a given regex
8282
8383
=item L«C<unlike>|/language/testing#index-entry-unlike-unlike($value,_$expected-regex,_$description?)»
84-
— does not match given regex
84+
— does not match a given regex
8585
8686
8787
=item L«C<use-ok>|/language/testing#index-entry-use-ok-use-ok($module)»
@@ -107,7 +107,7 @@ Protocol|http://testanything.org>.
107107
— a given string of code dies when evaled
108108
109109
=item L«C<eval-lives-ok>|/language/testing#index-entry-eval-lives-ok-eval-lives-ok($string,_$description?)»
110-
— a given string of code does not when evaled
110+
— a given string of code does not die when evaled
111111
112112
=item L«C<throws-like>|/language/testing#index-entry-throws-like)»
113113
— a given block of code (or string to be evaled) throws a given exception

0 commit comments

Comments
 (0)