From 2788e4f96a3f210192145a340a1d072c70c7bc4f Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 23 Feb 2011 10:54:31 -0800 Subject: [PATCH] docs: fix some typos Change-Id: I2dc9855f8fe87234d4337351e8bac6c382fb74d2 --- core/java/android/animation/package.html | 2 +- docs/html/sdk/android-3.0.jd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/animation/package.html b/core/java/android/animation/package.html index ff4326092c417..92eeb20c96be2 100644 --- a/core/java/android/animation/package.html +++ b/core/java/android/animation/package.html @@ -15,7 +15,7 @@ behaviors.

For a guide on how to use the property animation system, see the -Animation developer guide. +Animation developer guide.

diff --git a/docs/html/sdk/android-3.0.jd b/docs/html/sdk/android-3.0.jd index 998c7c36b07a0..6c087bb41b7c4 100644 --- a/docs/html/sdk/android-3.0.jd +++ b/docs/html/sdk/android-3.0.jd @@ -868,8 +868,8 @@ dimensions.

JSON utilities

New classes, {@link android.util.JsonReader} and {@link android.util.JsonWriter}, help you -read and write JSON streams. The new APIs compliment the {@link org.json} classes which manipulate a -document in memory.

+read and write JSON streams. The new APIs complement the {@link org.json} classes, which manipulate +a document in memory.

You can create an instance of {@link android.util.JsonReader} by calling its constructor method and passing the {@link java.io.InputStreamReader} that feeds the JSON string.