Skip to content

Commit 454dd98

Browse files
jancurnTC-MO
andauthored
Update sources/platform/actors/index.mdx
Co-authored-by: Michał Olender <[email protected]>
1 parent a322125 commit 454dd98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sources/platform/actors/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ import CardGrid from "@site/src/components/CardGrid";
3535

3636
Actors are serverless cloud programs that can perform anything from a simple action, like filling out a web form, to a complex operation, like crawling an entire website or removing duplicates from a large dataset. Because Actors can persist their state and be restarted, their runs can be as short or as long as necessary, from seconds to hours, or even indefinitely.
3737

38-
Basically, Actors are programs packaged as Docker images,
39-
which accept a well-defined JSON input, perform
40-
an action, and optionally produce a well-defined JSON output.
38+
Basically, Actors are programs packaged as Docker images, which accept a well-defined JSON input, perform an action, and optionally produce a well-defined JSON output.
4139

4240
> For more context, read [Actor whitepaper](https://whitepaper.actor/)
4341

0 commit comments

Comments
 (0)