Fix SynthesisRequest javadoc

Bug: 10548784
Change-Id: I76a89bb9accdeee00c60a668adbdd789b995cd92
This commit is contained in:
Przemyslaw Szczepaniak
2013-09-02 16:41:05 +01:00
parent f272446372
commit 61dda19859

View File

@@ -30,7 +30,7 @@ import android.os.Bundle;
* </ul>
*
* Any additional parameters sent to the text to speech service are passed in
* uninterpreted, see the @code{params} argument in {@link TextToSpeech#speak}
* uninterpreted, see the {@code params} argument in {@link TextToSpeech#speak}
* and {@link TextToSpeech#synthesizeToFile}.
*/
public final class SynthesisRequest {