OSDN Git Service

Fix doc typos in Vibrator.java
authorJohn Spurlock <jspurlock@google.com>
Mon, 10 Mar 2014 15:29:35 +0000 (11:29 -0400)
committerJohn Spurlock <jspurlock@google.com>
Mon, 10 Mar 2014 15:29:35 +0000 (11:29 -0400)
Change-Id: Ie95cd7fa16042897e6acf94badec98bc19bde57a

core/java/android/os/Vibrator.java

index 6650fca..5d55143 100644 (file)
@@ -21,11 +21,11 @@ import android.content.Context;
 /**
  * Class that operates the vibrator on the device.
  * <p>
- * If your process exits, any vibration you started with will stop.
+ * If your process exits, any vibration you started will stop.
  * </p>
  *
  * To obtain an instance of the system vibrator, call
- * {@link Context#getSystemService} with {@link Context#VIBRATOR_SERVICE} as argument.
+ * {@link Context#getSystemService} with {@link Context#VIBRATOR_SERVICE} as the argument.
  */
 public abstract class Vibrator {
     /**