am 47feee53: Merge "Fix some documentation typos." into klp-docs

* commit '47feee535f9e4e77165b93b6b9f10379e7aa4bbd':
  Fix some documentation typos.
This commit is contained in:
Newton Allen
2013-11-07 05:19:12 +00:00
committed by Android Git Automerger
7 changed files with 13 additions and 13 deletions

View File

@@ -995,7 +995,7 @@ public final class Bitmap implements Parcelable {
}
/**
* Returns true if the bitmap is marked as mutable (i.e. can be drawn into)
* Returns true if the bitmap is marked as mutable (i.e. can be drawn into)
*/
public final boolean isMutable() {
return mIsMutable;