Skip to content

Commit d651927

Browse files
committed
Capitalize Cargo
1 parent edb990d commit d651927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ make_postgres_type! {
482482
///
483483
/// In addition, some implementations are provided for types in third party
484484
/// crates. These are disabled by default; to opt into one of these
485-
/// implementations, activate the cargo feature corresponding to the crate's
485+
/// implementations, activate the Cargo feature corresponding to the crate's
486486
/// name. For example, the `serde` feature enables the implementation for the
487487
/// `serde::json::Value` type.
488488
///
@@ -685,7 +685,7 @@ pub enum IsNull {
685685
///
686686
/// In addition, some implementations are provided for types in third party
687687
/// crates. These are disabled by default; to opt into one of these
688-
/// implementations, activate the cargo feature corresponding to the crate's
688+
/// implementations, activate the Cargo feature corresponding to the crate's
689689
/// name. For example, the `serde` feature enables the implementation for the
690690
/// `serde::json::Value` type.
691691
///

0 commit comments

Comments
 (0)