Skip to content

Commit

Permalink
PreStart to Protected (#6889)
Browse files Browse the repository at this point in the history
Co-authored-by: Hamza Amjad <hamza.amjad@revolvinggames@gmail.com>
  • Loading branch information
HamzaAmjad-RG and Hamza Amjad authored Aug 18, 2023
1 parent 9942ad9 commit 470c8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/actors/receive-actor-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ This strategy is typically declared inside the actor in order to have access to
The remaining visible methods are user-overridable life-cycle hooks which are described in the following:

```csharp
public override void PreStart()
protected override void PreStart()
{
}

Expand Down

0 comments on commit 470c8ae

Please sign in to comment.