From af2ac479fc9e4833357a3281a67cd517d2da07ad Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 9 Jun 2017 20:17:51 +0000 Subject: all: single space after period Done with grep & interactive search & replace, to double-check replacements. Not many remained after CL 20022. Fixes #18572 Change-Id: Idbe90ba3b584f9b9661d2bbd141607daaadfa41a Reviewed-on: https://go-review.googlesource.com/45270 Reviewed-by: Joe Tsai --- src/sort/search.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sort') diff --git a/src/sort/search.go b/src/sort/search.go index 24cc90248c..fcff0f9491 100644 --- a/src/sort/search.go +++ b/src/sort/search.go @@ -24,7 +24,7 @@ package sort // // For instance, given a slice data sorted in ascending order, // the call Search(len(data), func(i int) bool { return data[i] >= 23 }) -// returns the smallest index i such that data[i] >= 23. If the caller +// returns the smallest index i such that data[i] >= 23. If the caller // wants to find whether 23 is in the slice, it must test data[i] == 23 // separately. // -- cgit v1.3