Skip to content

Commit

Permalink
docs: Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Jan 26, 2025
1 parent 1fb9ff4 commit be53a9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/abcrypt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SPDX-License-Identifier: Apache-2.0 OR MIT

**abcrypt** is an implementation of the [abcrypt encrypted data format].

This crate supports the abcrypt version 1 file format.
This crate supports version 1 of the abcrypt format.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion crates/abcrypt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! The `abcrypt` crate is an implementation of the [abcrypt encrypted data
//! format].
//!
//! This crate supports the abcrypt version 1 file format.
//! This crate supports version 1 of the abcrypt format.
//!
//! # Examples
//!
Expand Down
2 changes: 1 addition & 1 deletion docs/book/modules/lib/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ image:{license-badge}[License]

*abcrypt* is an implementation of the abcrypt encrypted data format.

This crate supports the abcrypt version 1 file format.
This crate supports version 1 of the abcrypt format.

0 comments on commit be53a9c

Please sign in to comment.