Skip to content

Commit

Permalink
Merge pull request #63 from luka5/patch-2
Browse files Browse the repository at this point in the history
Update error.md
  • Loading branch information
František Hába committed Jul 8, 2013
2 parents 1f94912 + b72730e commit fae4c51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/json/objects/error.md
Expand Up @@ -3,16 +3,16 @@
**Example** **Example**


```javascript ```javascript
[ {
{ '0': {
property: 'users[0].username' property: 'users[0].username'
propertyValue: 123 propertyValue: 123
attributeName: 'type' attributeName: 'type'
attributeValue: 'string', attributeValue: 'string',
message: 'Lorem ipsum dolor isamet pide quidu delime.' message: 'Lorem ipsum dolor isamet pide quidu delime.'
}, },
... ...
] }
``` ```


### Methods ### Methods
Expand Down

0 comments on commit fae4c51

Please sign in to comment.