Skip to content

Commit

Permalink
Edited README.markdown via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
mcintyre321 committed Sep 9, 2011
1 parent 848b539 commit 6278eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Heres an example of a class ready to be hardened:
Now we harden it:

var user = Hardener.Harden(user);
user.Ban; //You better be an admin, or you just got yourself a HardenException

Now calling user.Ban, or setting or getting user.Email will throw a HardenException if the Allow method returns false.

The Why
-------
Expand Down

0 comments on commit 6278eb2

Please sign in to comment.