Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
duy9403 authored and dg committed Jan 9, 2022
1 parent d491a06 commit db9a685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/cs/forms.texy
Expand Up @@ -166,7 +166,7 @@ $form->addZip('zip', 'ZIP code:');
Prvky se odstraní pomocí unset:

/--php
unset($form['zip');
unset($form['zip']);
\--


Expand Down
2 changes: 1 addition & 1 deletion doc/en/forms.texy
Expand Up @@ -167,7 +167,7 @@ $form->addZip('zip', 'ZIP code:');
Fields are removed using unset:

/--php
unset($form['zip');
unset($form['zip']);
\--


Expand Down

0 comments on commit db9a685

Please sign in to comment.