Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposed minor typo fix in the pod document. #63

Merged
merged 1 commit into from Aug 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/HTML/FormFu.pm
Expand Up @@ -2516,7 +2516,7 @@ L<Petal>: C<< <form tal:replace="form"></form> >>
or L<Template::Magic>: C<< <!-- {form} --> >>.

As of C<HTML::FormFu v1.00>, L<TT|Template> is no longer listed a required
prerequisite - so you'll need to install it manually if you with to use the
prerequisite - so you'll need to install it manually if you wish to use the
template files.

=head2 render_method
Expand Down Expand Up @@ -2913,7 +2913,7 @@ first transformer found.

=head2 clone

Returns a deep clone of the <$form> object.
Returns a deep clone of the C<$form> object.

Because of scoping issues, code references (such as in Callback constraints)
are copied instead of cloned.
Expand Down