Skip to content

Commit

Permalink
apidoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Sep 6, 2024
1 parent f0436e0 commit 7a4b26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/main/scala/akka/grpc/GrpcClientSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object GrpcClientSettings {
* Look up client settings from the given configuration. Will look for an entry with the given name client name
* directly in the config block. Each client configuration falls back to the defaults defined in reference.conf
*
* @param clientName of the client configuration to lookup config from the ActorSystem's config
* @param clientName of the client name to lookup config from the given config
*/
def fromConfig(clientName: String, config: Config)(
implicit actorSystem: ClassicActorSystemProvider): GrpcClientSettings = {
Expand Down

0 comments on commit 7a4b26d

Please sign in to comment.