diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs index ee08cbc..2899da1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,8 +2,7 @@ //! # VUW Course scraper //! -//! This is a simple program capable of parsing VUWs courses from the registry. It cannot correctly -//! parse prerequisites, however. +//! Program capable of parsing VUWs courses from the registry. mod parser; |