about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMohammed Attia <skeuomorf@gmail.com>2015-05-19 14:38:54 +0200
committerMohammed Attia <skeuomorf@gmail.com>2015-05-19 14:38:54 +0200
commitaa570bce3e35f1fba5a5fe488e40c31ceff1207c (patch)
treea5d5fdefd1ba313a216f7be4cf07510c832e9bd1
parentb301e02f37127da993dd2cf370aa1066d48b042e (diff)
downloadrust-aa570bce3e35f1fba5a5fe488e40c31ceff1207c.tar.gz
rust-aa570bce3e35f1fba5a5fe488e40c31ceff1207c.zip
Fix lifetimes trpl typo
-rw-r--r--src/doc/trpl/lifetimes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/lifetimes.md b/src/doc/trpl/lifetimes.md
index 342de413f0b..0039f90b82c 100644
--- a/src/doc/trpl/lifetimes.md
+++ b/src/doc/trpl/lifetimes.md
@@ -219,7 +219,7 @@ to it.
 ## Lifetime Elision
 
 Rust supports powerful local type inference in function bodies, but it’s
-forbidden in item signatures to allow reasoning about the types just based in
+forbidden in item signatures to allow reasoning about the types based on
 the item signature alone. However, for ergonomic reasons a very restricted
 secondary inference algorithm called “lifetime elision” applies in function
 signatures. It infers only based on the signature components themselves and not