Skip to content

Commit 5918439

Browse files
authored
Merge pull request diesel-rs#3038 from zaneduffield/fix-expression-doc-typos
Correct documentation typo: 'wether' -> 'whether'
2 parents 66cb13d + 7f7541b commit 5918439

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

diesel/src/pg/expression/expression_methods.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ where
693693
pub trait PgNetExpressionMethods: Expression + Sized {
694694
/// Creates a PostgreSQL `>>` expression.
695695
///
696-
/// This operator returns wether a subnet strictly contains another subnet or address.
696+
/// This operator returns whether a subnet strictly contains another subnet or address.
697697
///
698698
/// # Example
699699
///
@@ -755,7 +755,7 @@ pub trait PgNetExpressionMethods: Expression + Sized {
755755

756756
/// Creates a PostgreSQL `>>=` expression.
757757
///
758-
/// This operator returns wether a subnet contains or is equal to another subnet.
758+
/// This operator returns whether a subnet contains or is equal to another subnet.
759759
///
760760
/// # Example
761761
///
@@ -817,7 +817,7 @@ pub trait PgNetExpressionMethods: Expression + Sized {
817817

818818
/// Creates a PostgreSQL `<<` expression.
819819
///
820-
/// This operator returns wether a subnet or address is strictly contained by another subnet.
820+
/// This operator returns whether a subnet or address is strictly contained by another subnet.
821821
///
822822
/// # Example
823823
///
@@ -880,7 +880,7 @@ pub trait PgNetExpressionMethods: Expression + Sized {
880880

881881
/// Creates a PostgreSQL `>>=` expression.
882882
///
883-
/// This operator returns wether a subnet is contained by or equal to another subnet.
883+
/// This operator returns whether a subnet is contained by or equal to another subnet.
884884
///
885885
/// # Example
886886
///
@@ -938,7 +938,7 @@ pub trait PgNetExpressionMethods: Expression + Sized {
938938

939939
/// Creates a PostgreSQL `&&` expression.
940940
///
941-
/// This operator returns wether a subnet contains or is contained by another subnet.
941+
/// This operator returns whether a subnet contains or is contained by another subnet.
942942
///
943943
/// # Example
944944
///

0 commit comments

Comments
 (0)