Fix typo in TtsSpan.

Change-Id: Ic32f141f0c51ee3bee8fd71464f104ef725de880
This commit is contained in:
John Spurlock
2015-06-15 13:24:02 -04:00
parent 7b3ecd6527
commit 1ad5c81321

View File

@@ -165,7 +165,7 @@ public class TtsSpan implements ParcelableSpan {
/**
* The text associated with this span is a series of characters that have to
* be read verbatim. The engine will attempt to ready out any character like
* be read verbatim. The engine will attempt to read out any character like
* punctuation but excluding whitespace. {@link #ARG_VERBATIM} is required.
* Also accepts the arguments {@link #ARG_GENDER},
* {@link #ARG_ANIMACY}, {@link #ARG_MULTIPLICITY} and {@link #ARG_CASE}.