Skip to content

Commit f188a7a

Browse files
AbishekSfacebook-github-bot
authored andcommitted
Fix title for Handler<IndexedErasedUnbound<M>> in doc (#1219)
Summary: Pull Request resolved: #1219 See current doc https://meta-pytorch.org/monarch/books/hyperactor-book/src/actors/handler.html#handler-undeliverable-messageenvelope {F1981973840} Reviewed By: shayne-fletcher Differential Revision: D82453438 fbshipit-source-id: c9d7762fc215afad49965979b46e02f0f384f897
1 parent f0403c7 commit f188a7a

File tree

1 file changed

+1
-1
lines changed
  • docs/source/books/hyperactor-book/src/actors

1 file changed

+1
-1
lines changed

docs/source/books/hyperactor-book/src/actors/handler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ impl<A: Actor> Handler<Signal> for A {
4040
}
4141
```
4242

43-
### `Handler<Undeliverable<MessageEnvelope>>`
43+
### `Handler<IndexedErasedUnbound<M>>`
4444

4545
```rust
4646
#[async_trait]

0 commit comments

Comments
 (0)