Skip to content

Commit

Permalink
Fix typo in FreeApplicative doc. (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
takayuky authored and peterneyens committed May 9, 2017
1 parent 404f348 commit f44f913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/datatypes/freeapplicative.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ val parCompiler =
}
}
val parValidation = prog.foldMap[ParValidator](parCompiler)
val parValidator = prog.foldMap[ParValidator](parCompiler)
```

### Logging
Expand Down

0 comments on commit f44f913

Please sign in to comment.