Use equality, not comparison
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI.pm
index 77ef8b7..c6f13f5 100644 (file)
@@ -1564,7 +1564,7 @@ sub bind_attribute_by_data_type {
 Given a datatype from column_info, returns a boolean value indicating if
 the current RDBMS considers it a numeric value. This controls how
 L<DBIx::Class::Row/set_column> decides whether to mark the column as
-dirty - when the datatype is deemed numeric a C<< <=> >> comparison will
+dirty - when the datatype is deemed numeric a C<< != >> comparison will
 be performed instead of the usual C<eq>.
 
 =cut