replace use of Akka in comments (#516)

* replace use of Akka in comments

* fix config name
This commit is contained in:
PJ Fanning 2023-07-31 11:06:17 +01:00 committed by GitHub
parent b1f2f37a8a
commit 8d5c34f48f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -85,7 +85,7 @@ object CapturedLogEvent {
}
/**
* Auxiliary constructor that receives Akka's internal [[OptionVal]] as parameters and converts them to Scala's [[Option]].
* Auxiliary constructor that receives Pekko's internal [[OptionVal]] as parameters and converts them to Scala's [[Option]].
* INTERNAL API
*/
@InternalApi