Skip to content

Commit

Permalink
Corrijo la documentación
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioplatzer committed Sep 8, 2017
1 parent cd875e6 commit 03cf06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LEEME.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var a={x:1, y:2, z:[3], d:4, e:[{j:3, k:4, m:['a', 'b']}]};
var b={x:1, y:2, z:[3], d:44, e:[{j:3, k:4, m:['a'] }]};

it("compares a with b", function(){
discrepances.showAndThrow(a,b,{context:'this message'})
discrepances.showAndThrow(a,b,{showContext:'this message'})
});
```

Expand Down

0 comments on commit 03cf06e

Please sign in to comment.