From dcce1ae73ce61de5e58b1fa297889e5b2041a8a4 Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Fri, 14 Aug 2015 13:33:27 +0800 Subject: [PATCH] Remove redundant "into" in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de9c37d..628f785 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Synopsis Tool for stochastically profiling Go programs. Collects stack traces and -synthesizes them into into a flame graph. Uses Go's built in [pprof][] library. +synthesizes them into a flame graph. Uses Go's built in [pprof][] library. [pprof]: https://golang.org/pkg/net/http/pprof/