www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fd0a33718a0c8d7181f30b9508af79bef65806b3
parent e4a5a732d194a24b14aa08228aaf8f9c89835b36
Author: Jack Firth <jackhfirth@gmail.com>
Date:   Sat, 21 Feb 2015 01:37:11 -0800

Update README.md
Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -2,7 +2,7 @@ doc-coverage [![Build Status](https://travis-ci.org/jackfirth/doc-coverage.svg)] ===================================================== A Racket package for inspecting and testing the number of documented exports of a module -# Examining module documentation information: +Examining module documentation information: ```racket > (module->all-exported-names 'racket/promise) @@ -21,7 +21,7 @@ A Racket package for inspecting and testing the number of documented exports of '(match-...-nesting) ``` -# Testing module documentation coverage +Testing module documentation coverage ```racket > (check-all-documented 'racket/base)