Skip to content

Commit

Permalink
Fix type misnomers
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Jan 22, 2021
1 parent cfef368 commit 5a07dfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ package installs both the OMD library and the command line tool `omd`.")
(name omd-tyxml)
(synopsis "A library to convert OMD's markdown representation to Tyxml")
(description
"This optional library enables user of OMD to convert values of type Omd.t,
representing parsed markdown, into values of type Tyxml.t, which provides
"This optional library enables user of OMD to convert values of type Omd.doc,
representing parsed markdown, into values of type Tyxml.Html.t, which provides
statically correct represenations of HTML.")
(tags (org:ocamllabs org:mirage))
(depends omd tyxml (lambdasoup :with-test)))
4 changes: 2 additions & 2 deletions omd-tyxml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ opam-version: "2.0"
version: "2.0.0"
synopsis: "A library to convert OMD's markdown representation to Tyxml"
description: """
This optional library enables user of OMD to convert values of type Omd.t,
representing parsed markdown, into values of type Tyxml.t, which provides
This optional library enables user of OMD to convert values of type Omd.doc,
representing parsed markdown, into values of type Tyxml.Html.t, which provides
statically correct represenations of HTML."""
authors: [
"Philippe Wang <[email protected]>"
Expand Down

0 comments on commit 5a07dfb

Please sign in to comment.