Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Update config.go to correct typos (#266)
Browse files Browse the repository at this point in the history
Fix a couple of typos in the comments for the code.
  • Loading branch information
jgeiger authored and dim committed Sep 17, 2018
1 parent c618e60 commit 3a32293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.go
Expand Up @@ -36,7 +36,7 @@ type Config struct {

Offsets struct {
Retry struct {
// The numer retries when committing offsets (defaults to 3).
// The number retries when committing offsets (defaults to 3).
Max int
}
Synchronization struct {
Expand All @@ -54,7 +54,7 @@ type Config struct {

Heartbeat struct {
// Interval between each heartbeat (defaults to 3s). It should be no more
// than 1/3rd of the Group.Session.Timout setting
// than 1/3rd of the Group.Session.Timeout setting
Interval time.Duration
}

Expand Down

0 comments on commit 3a32293

Please sign in to comment.