Skip to content

Commit

Permalink
Typo: Eliom_servie (fix #75) (#76)
Browse files Browse the repository at this point in the history
Fix the typo reported by Fardale. Thanks!
  • Loading branch information
ghuysmans authored and vasilisp committed Nov 20, 2017
1 parent 43ddb3f commit 0b746af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ service (now at URL {{{/}}}):
<<code language="ocaml" class="server"|
let main_service =
Graffiti_app.create
~path:(Eliom_servie.Path [""])
~path:(Eliom_service.Path [""])
~meth:(Eliom_service.Get Eliom_parameter.unit)
(fun () () ->
Lwt.return
Expand Down

0 comments on commit 0b746af

Please sign in to comment.