mirror of
https://github.com/rclone/rclone.git
synced 2026-01-04 17:43:50 +00:00
docs: improve grammar and fix typos (#5361)
This alters some comments in source files, but is interested mainly in documentation files and help messages.
This commit is contained in:
@@ -123,7 +123,7 @@ func (r *Report) RecordResult(t *Run) {
|
||||
}
|
||||
}
|
||||
|
||||
// Title returns a human readable summary title for the Report
|
||||
// Title returns a human-readable summary title for the Report
|
||||
func (r *Report) Title() string {
|
||||
if r.AllPassed() {
|
||||
return fmt.Sprintf("PASS: All tests finished OK in %v", r.Duration)
|
||||
|
||||
Reference in New Issue
Block a user