Skip to content

Commit 7fed112

Browse files
authored
docs: fix dynamic actor memory example typo (#2177)
1 parent 43223f8 commit 7fed112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sources/platform/actors/development/actor_definition/dynamic_actor_memory

sources/platform/actors/development/actor_definition/dynamic_actor_memory/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can define a dynamic memory expression in your `actor.json`:
6969

7070
```json
7171
{
72-
"defaultMemoryMbytes": "get(input, 'startUrls.length' * 1024)"
72+
"defaultMemoryMbytes": "get(input, 'startUrls.length') * 1024"
7373
}
7474
```
7575

0 commit comments

Comments
 (0)