From Jason Turner

[coroutine.trivial.awaitables]

Diff to HTML by rtfpessoa

tmp/tmp__12qjh_/{from.md → to.md} RENAMED
@@ -14,8 +14,8 @@ namespace std {
14
  };
15
  }
16
  ```
17
 
18
  [*Note 1*: The types `suspend_never` and `suspend_always` can be used
19
- to indicate that an *await-expression* should either never suspend or
20
- always suspend, and in either case not produce a value. — *end note*]
21
 
 
14
  };
15
  }
16
  ```
17
 
18
  [*Note 1*: The types `suspend_never` and `suspend_always` can be used
19
+ to indicate that an *await-expression* either never suspends or always
20
+ suspends, and in either case does not produce a value. — *end note*]
21