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

This commit is contained in:
Todd Kopriva
2018-03-23 21:48:55 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 4 deletions

View File

@@ -13649,7 +13649,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. * @return The width of your view, in pixels.
*/ */

View File

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