Skip to content

Commit

Permalink
Fix typo in Doc comment (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwizzy authored Oct 16, 2024
1 parent 06afb6d commit 0c4f564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const defaultPluginLogBufferSize = 64 * 1024
//
// Plugin hosts should use one Client for each plugin executable. To
// dispense a plugin type, use the `Client.Client` function, and then
// cal `Dispense`. This awkward API is mostly historical but is used to split
// call `Dispense`. This awkward API is mostly historical but is used to split
// the client that deals with subprocess management and the client that
// does RPC management.
//
Expand Down

0 comments on commit 0c4f564

Please sign in to comment.