Skip to content

Commit

Permalink
Merge pull request #910 from mauke/patch-1
Browse files Browse the repository at this point in the history
fix typo in documentation
  • Loading branch information
exodist authored Oct 24, 2023
2 parents 74cd59f + f0a2ce3 commit 3958f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test2/API/Context.pm
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ context was created.
B<Note:> If a context is acquired more than once an internal refcount is kept.
C<release()> decrements the ref count, none of the other actions of
C<release()> will occur unless the refcount hits 0. This means only the last
call to C<release()> will reset C<$?>, C<$!>, C<$@>,and run the cleanup tasks.
call to C<release()> will reset C<$?>, C<$!>, C<$@>, and run the cleanup tasks.
=item $ctx->throw($message)
Expand Down

0 comments on commit 3958f64

Please sign in to comment.