diff options
| author | Sophie Forrest <git@sophieforrest.com> | 2024-12-04 20:48:31 +1300 |
|---|---|---|
| committer | Sophie Forrest <git@sophieforrest.com> | 2024-12-04 20:48:31 +1300 |
| commit | 3bd5ebb7b8f938ba57a114cd77c0b5c5ad3bf93e (patch) | |
| tree | 8bbd29ab03e19e584644b7b51356fd09dcac5e13 /src/lib.rs | |
| parent | 3725fe07e58f459bb7ab9fcbc10775cf4b138ec8 (diff) | |
Allows choosing the year and file path.
Diffstat (limited to 'src/lib.rs')
| -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; |