summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@users.noreply.github.com>2018-08-25 15:26:41 -0400
committerToby Lawrence <tobz@users.noreply.github.com>2018-08-25 15:26:41 -0400
commit82c5baa09bbcf1a4e2bb813552c72c69deb970d3 (patch)
treef07fe52df1e91d145e08571323c00e0c907a8507 /examples
parent7dc6404726633474f8c8a03502a6a06250c9c916 (diff)
Spelling fixes (#571)
* docs: fix spelling and whitespace errors
Diffstat (limited to 'examples')
-rw-r--r--examples/echo-udp.rs2
1 files changed, 1 insertions, 1 deletions
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
//!