Skip to content

Commit 51524a5

Browse files
authored
rename actor to Durable Object (#509)
1 parent 98b4ae2 commit 51524a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

products/workers/src/content/learning/using-durable-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class DurableObjectExample {
8585
}
8686
```
8787

88-
Each individual storage operation behaves like a database transaction. More complex use cases can wrap multiple storage statements in a transaction. For example, this actor puts a key if and only if its current value matches the provided "If-Match" header value:
88+
Each individual storage operation behaves like a database transaction. More complex use cases can wrap multiple storage statements in a transaction. For example, this Durable Object puts a key if and only if its current value matches the provided "If-Match" header value:
8989

9090
```js
9191
export class DurableObjectExample {

0 commit comments

Comments
 (0)