Skip to content

Commit

Permalink
chore: improves wdl-grammar binary crate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Nov 23, 2023
1 parent 457c383 commit a995a89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wdl-grammar/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//! A command-line tool for parsing and testing Workflow Description Language
//! (WDL) grammar.
//! A command-line tool for parsing Workflow Description Language (WDL)
//! documents.
//!
//! **Note:** this tool is intended to be used as a utility to test and develop
//! the [`wdl_grammar`](https://crates.io/wdl_grammar) crate. It is not intended
//! to be used by a general audience for linting or parsing WDL documents.
//! the [`wdl-grammar`](https://crates.io/crates/wdl-grammar) crate. It is not
//! intended to be used by a general audience.

#![feature(let_chains)]
#![warn(missing_docs)]
Expand Down

0 comments on commit a995a89

Please sign in to comment.