Index: System.Data.SQLite/SQLiteBase.cs
==================================================================
--- System.Data.SQLite/SQLiteBase.cs
+++ System.Data.SQLite/SQLiteBase.cs
@@ -994,13 +994,13 @@
/// converting them from strings.
///
ConvertInvariantText = 0x20000,
///
- /// When binding and returning column values, always treat them as though
- /// they were plain text (i.e. no numeric, date/time, or other conversions
- /// should be attempted).
+ /// When binding parameter values or returning column values, always
+ /// treat them as though they were plain text (i.e. no numeric,
+ /// date/time, or other conversions should be attempted).
///
BindAndGetAllAsText = BindAllAsText | GetAllAsText,
///
/// Enable all logging.