Fix small doc issues

This commit is contained in:
JackFirth 2015-02-21 00:25:47 -08:00
parent 6733eb6afa
commit 29ce20fe57

View File

@ -4,7 +4,7 @@
(for-label doc-coverage
racket/base))
@title{doc-coverage}
@title{Documentation Coverage}
@(define the-eval (make-base-eval))
@(the-eval '(require "main.rkt"))
@ -20,7 +20,7 @@ this information. This allows a module author to enforce in
a test suite that their modules provide no undocumented
bindings.
source code: @url["https://github.com/jackfirth/package-name"]
source code: @url["https://github.com/jackfirth/doc-coverage"]
@section{Basic Module Documentation Reflection}