Skip to content

Commit

Permalink
Fix typo in DataTypeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjiangling authored and ebyhr committed Aug 15, 2022
1 parent b3f3298 commit 1446654
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private DataTypeTest(boolean runSelectWithWhere)
}

/**
* @deprecated Use {@link SqlDataTypeTest#create()} imstead. You can find
* @deprecated Use {@link SqlDataTypeTest#create()} instead. You can find
* {@link DataTypeTestToSqlDataTypeTestConverter#create()} helpful for converting the code.
*/
@Deprecated
Expand All @@ -57,7 +57,7 @@ public static DataTypeTest create()
}

/**
* @deprecated Use {@link SqlDataTypeTest#create()} imstead. You can find
* @deprecated Use {@link SqlDataTypeTest#create()} instead. You can find
* {@link DataTypeTestToSqlDataTypeTestConverter#create()} helpful for converting the code.
*/
@Deprecated
Expand Down

0 comments on commit 1446654

Please sign in to comment.