Skip to content

Commit 7450301

Browse files
authored
docs: typo
1 parent 8b913f6 commit 7450301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/platform/actors/development/programming_interface/basic_commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ The SDK provides convenient methods for exiting Actors:
299299

300300
1. Use `exit()` with custom messages to inform users about the Actor's achievements or issues.
301301

302-
2. The `exit()` method emits `exit` event allowing components to perform cleanup or state persistence.
302+
2. The `fail()` method emits `exit` event allowing components to perform cleanup or state persistence.
303303

304304
Example of a failed exit using a shorthand method:
305305

0 commit comments

Comments
 (0)