Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] typo: connect -> connection #9802

Closed
wants to merge 1 commit into from

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Mar 20, 2024

No description provided.

@atoulme atoulme requested a review from a team as a code owner March 20, 2024 22:47
@atoulme atoulme requested a review from codeboten March 20, 2024 22:47
Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.04%. Comparing base (fc4c13d) to head (bd1ac0f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9802   +/-   ##
=======================================
  Coverage   91.04%   91.04%           
=======================================
  Files         353      353           
  Lines       18712    18712           
=======================================
  Hits        17036    17036           
  Misses       1348     1348           
  Partials      328      328           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -58,7 +58,7 @@ func (tt *TransportType) UnmarshalText(in []byte) error {
// DialerConfig contains options for connecting to an address.
type DialerConfig struct {
// Timeout is the maximum amount of time a dial will wait for
// a connect to complete. The default is no timeout.
// a connection to complete. The default is no timeout.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is lifted from https://pkg.go.dev/net#Dialer so I'm not sure we need to change it.

@atoulme
Copy link
Contributor Author

atoulme commented Mar 20, 2024

Alright, no need for this change, closing.

@atoulme atoulme closed this Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants