docs: fix typo

This commit is contained in:
Andrew Kelley 2016-02-16 04:45:37 -07:00
parent 85d6d9d254
commit 1fe64770bd

View file

@ -928,7 +928,7 @@ SOUNDIO_EXPORT void soundio_outstream_destroy(struct SoundIoOutStream *outstream
/// After you call this function, SoundIoOutStream::software_latency is set to
/// the correct value.
///
/// The next thing to do is call ::soundio_instream_start.
/// The next thing to do is call ::soundio_outstream_start.
/// If this function returns an error, the outstream is in an invalid state and
/// you must call ::soundio_outstream_destroy on it.
///