]> git.lizzy.rs Git - rust.git/commitdiff
Clean up E0727 explanation
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Thu, 23 Jul 2020 19:11:40 +0000 (21:11 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Thu, 23 Jul 2020 19:11:40 +0000 (21:11 +0200)
src/librustc_error_codes/error_codes/E0727.md

index be1b68e645d012ca3223c1627a8b5f3fe01d40ae..386daea0c57e3dfd4c6204c957b1572621221b32 100644 (file)
@@ -1,6 +1,6 @@
 A `yield` clause was used in an `async` context.
 
-Example of erroneous code:
+Erroneous code example:
 
 ```compile_fail,E0727,edition2018
 #![feature(generators)]