Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67cb2041 authored by Andrew Solovay's avatar Andrew Solovay
Browse files

docs: Fixing typos in SQLite...Exception docs

The CommonTypos linter gave a warning about typos in the
generated reference doc. While I had the files open, also
edited the summary fragments to conform to style guide.
No changes to source code.

Bug: 263824202
Change-Id: I653f7144e169cf6a3b5a38a3010c7f7973192ea1
Test: [go/abtd docs build]
parent 263814a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
package android.database.sqlite;

/**
 * Thrown if the the bind or column parameter index is out of range
 * Thrown if the bind or column parameter index is out of range.
 */
public class SQLiteBindOrColumnIndexOutOfRangeException extends SQLiteException {
    public SQLiteBindOrColumnIndexOutOfRangeException() {}
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
package android.database.sqlite;

/**
 * An exception that indicates that an IO error occured while accessing the 
 * Indicates that an IO error occurred while accessing the
 * SQLite database file.
 */
public class SQLiteDiskIOException extends SQLiteException {