Skip to content

Commit b584900

Browse files
author
Adriano Santos
committed
docs: fix type of actor
1 parent 15ca7fd commit b584900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/projections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ message ProductInventory {
5151
5252
service WarehouseActor {
5353
option (spawn.actors.actor) = {
54-
kind: NAMED
54+
kind: UNNAMED
5555
stateful: true
5656
state_type: ".inventory.WarehouseState",
5757
// here we are indicating that the state of this actor

0 commit comments

Comments
 (0)