Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nexusdev/dappsys into 0.2…
Browse files Browse the repository at this point in the history
…-dev
  • Loading branch information
nmushegian committed Apr 13, 2016
2 parents 39d14a3 + 3f5362a commit 6bdc4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/auth/authorized.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contract DSAuthorized is DSAuthModesEnum, DSAuthorizedEvents
throw;
}
}
// A version of `auth()` which implicitly returns 0 instead of throwing.
// A version of `auth()` which implicitly returns garbage instead of throwing.
modifier try_auth() {
if( isAuthorized() ) {
_
Expand Down

0 comments on commit 6bdc4f5

Please sign in to comment.