Minor readability update

This commit is contained in:
Les Hazlewood 2015-09-23 15:07:46 -07:00
parent 137b6db31d
commit 3e80cd647b
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ try {
} }
``` ```
You can also require custom fields by using the `require(name, requiredValue)` method - for example: You can also require custom fields by using the `require(fieldName, requiredFieldValue)` method - for example:
```java ```java
try { try {