Merge "docs: Fix "Spenned" typo" into mnc-docs

This commit is contained in:
Dan Dascalescu
2016-02-16 23:36:49 +00:00
committed by Android (Google) Code Review

View File

@@ -18,7 +18,7 @@ package android.text;
/**
* This interface should be added to a span object that should not be copied
* into a new Spenned when performing a slice or copy operation on the original
* into a new Spanned when performing a slice or copy operation on the original
* Spanned it was placed in.
*/
public interface NoCopySpan {