Skip to content

Commit 42e653b

Browse files
authored
Merge pull request #90036 from changeworld/patch-31
Fix typo
2 parents 4d9ee30 + f3cf29c commit 42e653b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-reliable-actors-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ When an actor is deactivated, the following occurs:
2828
>
2929
3030
### Actor garbage collection
31-
When an actor is deactivated, references to the actor object are released and it can be garbage collected normally by the common language runtime (CLR) or java virtual machine (JVM) garbage collector. Garbage collection only cleans up the actor object; it does **not** remove state stored in the actor's State Manager. The next time the actor is activated, a new actor object is created and its state is restored.
31+
When an actor is deactivated, references to the actor object are released and it can be garbage collected normally by the common language runtime (CLR) or Java virtual machine (JVM) garbage collector. Garbage collection only cleans up the actor object; it does **not** remove state stored in the actor's State Manager. The next time the actor is activated, a new actor object is created and its state is restored.
3232

3333
What counts as “being used” for the purpose of deactivation and garbage collection?
3434

0 commit comments

Comments
 (0)