Skip to content

Commit c49e270

Browse files
committed
docs: clarify
Closes: #75
1 parent fa59b9c commit c49e270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
//!
2121
//! * Ergonomics and DWIM ("do what I mean"): `cmd!` macro supports interpolation, writing to a file
2222
//! automatically creates parent directories, etc.
23-
//! * Reliability: no [shell injection] by construction, good error messages with file paths,
24-
//! non-zero exit status is an error, independence of the host environment, etc.
23+
//! * Reliability: no [shell injection] by construction, good error messages with file paths,
24+
//! non-zero exit status is an error, consistent behavior across platforms, etc.
2525
//! * Frugality: fast compile times, few dependencies, low-tech API.
2626
//!
2727
//! ## Guide

0 commit comments

Comments
 (0)