Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Jan 22, 2025
1 parent 817ebc8 commit a8fbd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Akka.Persistence/Journal/AsyncWriteJournal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected AsyncWriteJournal()
var extension = Persistence.Instance.Apply(Context.System);
if (extension == null)
{
throw new ArgumentException("Couldn't initialize SyncWriteJournal instance, because associated Persistence extension has not been used in current actor system context.");
throw new ArgumentException("Couldn't initialize AsyncWriteJournal instance, because associated Persistence extension has not been used in current actor system context.");
}

CanPublish = extension.Settings.Internal.PublishPluginCommands;
Expand Down

0 comments on commit a8fbd74

Please sign in to comment.