Merge "Merge "docs: fixing bug 36982027 and 30636712, typos" into oc-mr1-dev am: 5b0a4eea8d" into pi-dev

This commit is contained in:
Android Build Merger (Role)
2018-03-23 22:11:57 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 4 deletions

View File

@@ -14340,7 +14340,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
}
/**
* Return the width of the your view.
* Return the width of your view.
*
* @return The width of your view, in pixels.
*/

View File

@@ -17,9 +17,9 @@
package android.renderscript;
/**
* Base class for all Intrinsic scripts. An intrinsic a script
* which implements a pre-defined function. Intrinsics are
* provided to provide effecient implemtations of common
* Base class for all Intrinsic scripts. An intrinsic is a script
* that implements a pre-defined function. Intrinsics are
* provided to provide efficient implementations of common
* operations.
*
* Not intended for direct use.