Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neculau committed Feb 29, 2016
1 parent 1cfbb56 commit 1882717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ and return
{
"rfc1123": {
"{{type}}": "runtime_validation",
"erlang": "Actual =:= httpd_util:rfc1123_date(calendar:now_to_datetime(erlang:now()))"
"erlang": "Expected = httpd_util:rfc1123_date(calendar:now_to_datetime(erlang:now())), case Actual =:= Expected of true -> {pass, []}; false -> {not_equal, {ParentKey, Expected, Actual}} end"
}
}
```
Expand Down

0 comments on commit 1882717

Please sign in to comment.