diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-07-05 16:36:43 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-07-05 16:36:43 +0200 |
| commit | a1dd2fb956ac75b22ece6908ac97bca2b521c0af (patch) | |
| tree | a0fd493b013e1ac9e833c3ab44afd44050942da6 /src/doc/reference.md | |
| parent | 912ab64a0de2c121a1c9f10bb1dbe75983b78c73 (diff) | |
| download | rust-a1dd2fb956ac75b22ece6908ac97bca2b521c0af.tar.gz rust-a1dd2fb956ac75b22ece6908ac97bca2b521c0af.zip | |
reference: fix typo
Diffstat (limited to 'src/doc/reference.md')
| -rw-r--r-- | src/doc/reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index a3e13acccae..2b288aa2d3f 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -3646,7 +3646,7 @@ Coercions are defined in [RFC401]. A coercion is implicit and has no syntax. ### Coercion sites A coercion can only occur at certain coercion sites in a program; these are -typically places where the desired type is explicit or can be dervied by +typically places where the desired type is explicit or can be derived by propagation from explicit types (without type inference). Possible coercion sites are: |
