From 03edfceeb68cfe572e50456ea8f790a54bcc2f84 Mon Sep 17 00:00:00 2001 From: Bulat Musin <9249387+bmusin@users.noreply.github.com> Date: Fri, 12 Jan 2018 10:00:15 +0300 Subject: [PATCH] fix typo Fix typo: tradeoff -> trade-off --- first-edition/src/release-channels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/first-edition/src/release-channels.md b/first-edition/src/release-channels.md index af89ca834..f8c0e567a 100644 --- a/first-edition/src/release-channels.md +++ b/first-edition/src/release-channels.md @@ -28,7 +28,7 @@ Generally speaking, unless you have a specific reason, you should be using the stable release channel. These releases are intended for a general audience. However, depending on your interest in Rust, you may choose to use nightly -instead. The basic tradeoff is this: in the nightly channel, you can use +instead. The basic trade-off is this: in the nightly channel, you can use unstable, new Rust features. However, unstable features are subject to change, and so any new nightly release may break your code. If you use the stable release, you cannot use experimental features, but the next release of Rust