From 4fadb507f48a0f959518bbf9b7d0969a159d76f1 Mon Sep 17 00:00:00 2001 From: Dylan DPC Date: Fri, 10 Jan 2020 23:56:00 +0530 Subject: Update E0185.md --- src/librustc_error_codes/error_codes/E0185.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/librustc_error_codes/error_codes') diff --git a/src/librustc_error_codes/error_codes/E0185.md b/src/librustc_error_codes/error_codes/E0185.md index ac5d8bd766f..944a93ed14e 100644 --- a/src/librustc_error_codes/error_codes/E0185.md +++ b/src/librustc_error_codes/error_codes/E0185.md @@ -19,8 +19,8 @@ impl Foo for Bar { ``` When a type implements a trait's associated function, it has to use the same -signature. So in this case, since `Foo::foo` doesn't take any argument and -doesn't return anything, its implementation on `Bar` should be the same: +signature. So in this case, since `Foo::foo` does not take any argument and +does not return anything, its implementation on `Bar` should be the same: ``` trait Foo { -- cgit 1.4.1-3-g733a5