docs: fix 13 typos and grammar errors in comments and documentation - #195
Open
Avicennasis wants to merge 1 commit into
Open
Avicennasis wants to merge 1 commit into
Avicennasis wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix 13 typos and grammar errors across 6 files.
pkg/throttle/check.go// ThrottlerCheck provides methdos for an app checking on metrics→// ThrottlerCheck provides methods for an app checking on metricsitself becoming unhealthy, makind b's read into a's state as unheathly,→itself becoming unhealthy, making b's read into a's state as unhealthy,It therefore must not participate the→It therefore must not participate in theshared-domain dependency check.,→shared-domain dependency check.// AggregatedMetrics is a convenience acces method into throttler'saggreg...→// AggregatedMetrics is a convenience access method into throttler'saggre...// MetricsHealth is a convenience acces method into throttler'smetricsHea...→// MetricsHealth is a convenience access method into throttler'smetricsHe...pkg/group/store.go// ThrottleApp, as implied by consensusService, is a raft oepration request...→// ThrottleApp, as implied by consensusService, is a raft operation request...// UnthrottleApp, as implied by consensusService, is a raft oepration reque...→// UnthrottleApp, as implied by consensusService, is a raft operation reque...internal/raft/inmem_transport.go// a randomly generate UUID as the ID.→// a randomly generated UUID as the ID.pkg/config/mysql_config.goIgnoreHostsCount int // Number of hosts that can be skipped/ignore...→IgnoreHostsCount int // Number of hosts that can be skipped/ignore...pkg/config/config.go// Initially, the settings are the defult ones defined by newConfigurationS...→// Initially, the settings are the default ones defined by newConfiguration...// Some of the settinges have reasonable default values, and some other→// Some of the settings have reasonable default values, and some otherinternal/raft/config.go// If ShutdownOnRemove is is set, we additional shutdown Raft. Otherwise,→// If ShutdownOnRemove is set, we additionally shutdown Raft. Otherwise,Comments, documentation and message strings only — no functional changes.