Update README.md
This commit is contained in:
parent
e4a5a732d1
commit
fd0a33718a
|
@ -2,7 +2,7 @@ doc-coverage []
|
|||
=====================================================
|
||||
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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user