Skip to content

Commit 4709a7b

Browse files
committed
Updating bullet point to be more accurate
1 parent e7d68f3 commit 4709a7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/glossary/durable-objects.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ entries:
1010
A container for a collection of Durable Objects that all share the same Durable Object (class) definition. A single namespace can have (tens of) millions of Durable Objects. Metrics are scoped per namespace.
1111
1212
- The namespace is defined in the Wrangler file under the `durable_objects.bindings.name` key.
13-
- You can create a single instance of the Durable Object class using [`idFromName`](/durable-objects/api/namespace/#idfromname), which creates a unique ID for the Durable Object.
14-
- You can then create a [stub](/durable-objects/api/stub/) for the Durable Object using the [`get`](/durable-objects/api/namespace/#get) method.
15-
13+
- You can instantiate a Durable Object inside a namespace using [Durable Object namespace methods](/durable-objects/api/namespace/#methods).
1614
1715
- term: "Durable Object"
1816
general_definition: |-

0 commit comments

Comments
 (0)