Remove stray word

PiperOrigin-RevId: 227500707
This commit is contained in:
olly 2019-01-02 11:39:46 +00:00 committed by Oliver Woodman
parent d3f5057d59
commit e448ecdff8

View file

@ -39,7 +39,7 @@ either instantiated and injected from application code, or obtained from
instances of `DataSource.Factory` that are instantiated and injected from
application code.
`DefaultDataSource` will automatically use uses the RTMP extension whenever it's
`DefaultDataSource` will automatically use the RTMP extension whenever it's
available. Hence if your application is using `DefaultDataSource` or
`DefaultDataSourceFactory`, adding support for RTMP streams is as simple as
adding a dependency to the RTMP extension as described above. No changes to your