File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ make_postgres_type! {
482
482
///
483
483
/// In addition, some implementations are provided for types in third party
484
484
/// 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
486
486
/// name. For example, the `serde` feature enables the implementation for the
487
487
/// `serde::json::Value` type.
488
488
///
@@ -685,7 +685,7 @@ pub enum IsNull {
685
685
///
686
686
/// In addition, some implementations are provided for types in third party
687
687
/// 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
689
689
/// name. For example, the `serde` feature enables the implementation for the
690
690
/// `serde::json::Value` type.
691
691
///
You can’t perform that action at this time.
0 commit comments