Skip to content

Commit

Permalink
coding_standards: fix example fold
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaimonetti committed Jun 1, 2016
1 parent 5262291 commit a1f2988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Some 2600Hz specifics:
* Yes:
```erlang
do_x() ->
lists:foldl(fun(F, Acc) -> F(Acc) end, do_x(), [fun do_y/1, do_z/1]).
lists:foldl(fun(F, Acc) -> F(Acc) end, lookup(), [fun do_y/1, do_z/1]).
```

Some additional guidance can be found:
Expand Down

0 comments on commit a1f2988

Please sign in to comment.