From ff88973b1e4e607c850ddc0dbfd7facf368475b6 Mon Sep 17 00:00:00 2001 From: Carlos Iriarte Date: Wed, 17 Jun 2020 15:28:48 +0000 Subject: [PATCH] gopls/integration: fix typo aloso => also Change-Id: Id66e75957bda73f5e4aec98a887b61b834e620ef GitHub-Last-Rev: 6f8b75c0388de580a0a8bdde6191431c6e1c873a GitHub-Pull-Request: golang/tools#235 Reviewed-on: https://go-review.googlesource.com/c/tools/+/238497 Reviewed-by: Rebecca Stambler --- gopls/integration/replay/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gopls/integration/replay/README.md b/gopls/integration/replay/README.md index 189b5b1d5a..7c322771e6 100644 --- a/gopls/integration/replay/README.md +++ b/gopls/integration/replay/README.md @@ -15,7 +15,7 @@ namely `$GOBIN/gopls`, `$GOPATH/bin/gopls`, `$HOME/go/bin/gopls`. The log for the replayed session is saved in `/tmp/seen`. -There is aloso a boolean argument `-cmp` which compares the log file +There is also a boolean argument `-cmp` which compares the log file with `/tmp/seen` without invoking gopls and rerunning the session. The output is fairly cryptic, and generated by logging. Ideas for better output would be welcome.