From 5abf5171707ea0b1d9de49ae6b8496371096d738 Mon Sep 17 00:00:00 2001 From: SiIky Date: Mon, 5 Jun 2017 22:52:52 +0100 Subject: [PATCH] Fix typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 5461a7e..1c344e7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,7 +6,7 @@ //! - Create an object that represents the streaming sound. It can be a sine wave, a buffer, a //! [decoder](decoder/index.html), etc. or even your own type that implements //! [the `Source` trait](source/trait.Source.html). -//! - Choose an output which the [`get_endpoints_list`](fn.get_endpoints_list.html) or +//! - Choose an output with the [`get_endpoints_list`](fn.get_endpoints_list.html) or //! [`get_default_endpoint`](fn.get_default_endpoint.html) functions. //! - Call [`play_raw(output, source)`](fn.play_raw.html). //!