Skip to content

Commit

Permalink
Fix the documentation on the core library
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Sep 29, 2020
1 parent db46ef3 commit 5e0a0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/conduit.mli
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ module type S = sig
('cfg1, 't1, 'flow1) service ->
(('cfg0, 'cfg1) refl * ('t0, 't1) refl * ('flow0, 'flow1) refl) option
(** [equal svc0 svc1 ] proves that [svc0] and [svc1] are
physically the same. For instance, Conduit] asserts:
physically the same. For instance, [Conduit] asserts:
{[
let service = Service.register ~service:(module V) ;;
Expand Down

0 comments on commit 5e0a0b4

Please sign in to comment.