Index: System.Data.SQLite/SQLiteModule.cs ================================================================== --- System.Data.SQLite/SQLiteModule.cs +++ System.Data.SQLite/SQLiteModule.cs @@ -1815,12 +1815,12 @@ } /////////////////////////////////////////////////////////////////////// /// - /// Arranges for the integer row sequence number to be adjusted so that - /// it refers to the next row. + /// Adjusts the integer row sequence number so that it refers to the + /// next row. /// public virtual void NextRowIndex() { rowIndex++; }