Skip to content

Commit 27643b2

Browse files
Update text/0000-return-type-notation.md
Co-authored-by: zachs18 <8355914+zachs18@users.noreply.github.com>
1 parent 5485a0f commit 27643b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-return-type-notation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ The examples above illustrate the semantics but do not make clear how RTN can be
626626

627627
## RTN only applies to AFIT and RPITIT methods
628628

629-
Although conceptually RTN could be used for any trait method, we choose to limits its use to `async fn` and other methods that directly return an `-> impl Future`. This limitation can be lifted in the future as we gain more experience.
629+
Although conceptually RTN could be used for any trait method, we choose to limits its use to `async fn` and other methods that directly return an `-> impl Trait`. This limitation can be lifted in the future as we gain more experience.
630630

631631
* RTN may refer to the following examples:
632632
* `async fn method(&self)`

0 commit comments

Comments
 (0)