Skip to content

Commit f934fa8

Browse files
committed
fixes article usage
it's "a utility", not "an ...", because the pronunciation of "utility" starts with "ju"
1 parent 9d8e13f commit f934fa8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bytesize"
3-
description = "an utility for human-readable bytes representations"
3+
description = "a utility for human-readable bytes representations"
44
version = "1.0.0"
55
authors = ["Hyunsik Choi <[email protected]>"]
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Crates.io Version](https://img.shields.io/crates/v/bytesize.svg)](https://crates.io/crates/bytesize)
44

55

6-
ByteSize is an utility for human-readable byte count representation.
6+
ByteSize is a utility for human-readable byte count representation.
77

88
[API Documentation](https://docs.rs/bytesize/)
99

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//! ByteSize is an utility that easily makes bytes size representation
2-
//! and helps its arithmetic operations.
1+
//! ByteSize is a utility that easily makes bytes size representation and helps
2+
//! its arithmetic operations.
33
//!
44
//! ## Example
55
//!

0 commit comments

Comments
 (0)