Fix API ref

This commit is contained in:
Sander Molenkamp 2021-01-23 12:01:16 +01:00
parent 047894bc34
commit 9ca443d648
1 changed files with 1 additions and 1 deletions

View File

@ -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`.