Skip to content

Commit

Permalink
Fix typo (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
joprice authored and lpw25 committed Oct 29, 2018
1 parent e7f8a22 commit f13c20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ For example, given a file `foo.list` containing:
Bar.C bar/build/c
Bar.D bar/d

then `-P foo.list` will will give the units described by `a.cmi`,
then `-P foo.list` will give the units described by `a.cmi`,
`build/b.cmi`, `/bar/build/c.cmi` and `bar/d.cmi` the names `Foo.A`,
`Foo.B`, `Foo.Bar.C` and `Foo.Bar.D` respectively, and make them
available in the source as a module `Foo` containing `A`, `B`, `Bar.C`
Expand Down

0 comments on commit f13c20b

Please sign in to comment.