From a1dd2fb956ac75b22ece6908ac97bca2b521c0af Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sun, 5 Jul 2015 16:36:43 +0200 Subject: [PATCH] reference: fix typo --- src/doc/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/reference.md b/src/doc/reference.md index a3e13acccae28..2b288aa2d3f2c 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: