Skip to content

Commit a7f3d9b

Browse files
committed
Improve key module docs
Use 'standard' stlye, standard is defined as - No markdown heading - Full sentence (capital first letter and full stop) - Trailing empty comment line
1 parent 6d23614 commit a7f3d9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/key.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
// If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
1414
//
1515

16-
//! # Public and secret keys
16+
//! Public and secret keys.
17+
//!
1718
1819
#[cfg(any(test, feature = "rand"))] use rand::Rng;
1920

0 commit comments

Comments
 (0)