Skip to content

Commit 87aaf2d

Browse files
ss2165cqc-alec
andcommitted
Update hugr-cli/src/lib.rs
Co-authored-by: Alec Edgington <[email protected]>
1 parent 5b85a9a commit 87aaf2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hugr-cli/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ pub enum CliCommand {
6363
External(Vec<OsString>),
6464

6565
/// Describe the contents of a HUGR package.
66-
///
67-
/// If an error occurs during loading partial descriptions are printed,
68-
/// for example if the first module is loaded and the second fails the
66+
///
67+
/// If an error occurs during loading partial descriptions are printed.
68+
/// For example if the first module is loaded and the second fails then
6969
/// only the first module will be described.
7070
Describe(describe::DescribeArgs),
7171
}

0 commit comments

Comments
 (0)