Skip to content

Commit 5af6959

Browse files
nzakasmdjermanovic
andauthored
Update docs/src/rules/no-return-await.md
Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
1 parent bea4c4f commit 5af6959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/rules/no-return-await.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Historical context: When promises were first introduced, calling `return await`
1616

1717
## Rule Details
1818

19-
This rule warns on any usage of `return await`.
19+
This rule warns on any usage of `return await` except in `try` blocks.
2020

2121
Examples of **incorrect** code for this rule:
2222

0 commit comments

Comments
 (0)