Skip to content

Commit 0d65860

Browse files
authored
Removing "actor", redirecting "instance" to "Durable Object". (#17488)
1 parent 81963e9 commit 0d65860

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/content/glossary/durable-objects.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,9 @@ entries:
1717
general_definition: |-
1818
An object that refers to a unique Durable Object within a namespace and allows you to call into that Durable Object via RPC methods or the `fetch` API. For example, `let stub = env.MY_DURABLE_OBJECT.get(id)`
1919
20-
- term: "actor"
21-
general_definition: |-
22-
A term referring to a unique Durable Object. See "Durable Object".
23-
2420
- term: "instance"
2521
general_definition: |-
26-
See "actor".
22+
See "Durable Object".
2723
2824
- term: "Durable Object class"
2925
general_definition: |-

0 commit comments

Comments
 (0)