From 82c5baa09bbcf1a4e2bb813552c72c69deb970d3 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 25 Aug 2018 15:26:41 -0400 Subject: Spelling fixes (#571) * docs: fix spelling and whitespace errors --- examples/echo-udp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/echo-udp.rs b/examples/echo-udp.rs index 9a1b9684..89cc3d16 100644 --- a/examples/echo-udp.rs +++ b/examples/echo-udp.rs @@ -1,6 +1,6 @@ //! An UDP echo server that just sends back everything that it receives. //! -//! If you're on unix you can test this out by in one terminal executing: +//! If you're on Unix you can test this out by in one terminal executing: //! //! cargo run --example echo-udp //! -- cgit v1.2.3