Skip to content

Commit

Permalink
Removing "actor", redirecting "instance" to "Durable Object". (#17488)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oxyjun authored Oct 11, 2024
1 parent 81963e9 commit 0d65860
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/content/glossary/durable-objects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ entries:
general_definition: |-
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)`
- term: "actor"
general_definition: |-
A term referring to a unique Durable Object. See "Durable Object".
- term: "instance"
general_definition: |-
See "actor".
See "Durable Object".
- term: "Durable Object class"
general_definition: |-
Expand Down

0 comments on commit 0d65860

Please sign in to comment.