From 9ca443d6483df0349100ec8baef97baea53639d6 Mon Sep 17 00:00:00 2001 From: Sander Molenkamp Date: Sat, 23 Jan 2021 12:01:16 +0100 Subject: [PATCH] Fix API ref --- daprdocs/content/en/reference/api/actors_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/api/actors_api.md b/daprdocs/content/en/reference/api/actors_api.md index 78c30d1e2..b20059a3a 100644 --- a/daprdocs/content/en/reference/api/actors_api.md +++ b/daprdocs/content/en/reference/api/actors_api.md @@ -665,6 +665,6 @@ The state namespace created by Dapr for actors is composed of the following item - Key - A key for the specific state value. An actor ID can hold multiple state keys. The following example shows how to construct a key for the state of an actor instance under the `myapp` App ID namespace: -`myapp-cat-hobbit-food` +`myapp||cat||hobbit||food` In the example above, we are getting the value for the state key `food`, for the actor ID `hobbit` with an actor type of `cat`, under the App ID namespace of `myapp`.