Fixed small typo in code snippet

This commit is contained in:
Sander Van Schoote 2016-12-15 18:17:34 +10:00
parent 48dae365b1
commit 6ce8752926

View File

@ -195,7 +195,7 @@ try {
} catch (IncorrectClaimException) {
// we get here if ther required claim has the wrong value
// we get here if the required claim has the wrong value
}
```