]> git.lizzy.rs Git - rust.git/commitdiff
Update src/librustc_error_codes/error_codes/E0628.md
authorAyush Mishra <ayushmishra2005@gmail.com>
Fri, 13 Mar 2020 02:44:32 +0000 (08:14 +0530)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2020 02:44:32 +0000 (08:14 +0530)
Co-Authored-By: Dylan DPC <dylan.dpc@gmail.com>
src/librustc_error_codes/error_codes/E0628.md

index 8aa0724bac7e59aea4e37533eee8c94d894c4b64..75214d69b885940d12834384162a67b2842f353a 100644 (file)
@@ -15,7 +15,7 @@ fn main() {
 ```
 
 At present, it is not permitted to pass more than one explicit
-parameter for a generator.This can be fixed by using only
+parameter for a generator.This can be fixed by using
 0 or 1 parameter for generator. So, for example, we might resolve
 the previous example by passing only one parameter.