Skip to content

Commit

Permalink
a example -> an example
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahack committed Oct 7, 2012
1 parent cd50592 commit baff52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/libraries/form_validation.rst
Expand Up @@ -399,7 +399,7 @@ The validation system supports callbacks to your own validation
functions. This permits you to extend the validation class to meet your
needs. For example, if you need to run a database query to see if the
user is choosing a unique username, you can create a callback function
that does that. Let's create a example of this.
that does that. Let's create an example of this.

In your controller, change the "username" rule to this::

Expand Down

0 comments on commit baff52a

Please sign in to comment.