From b04f6dd6f6733d0b118832dc61a23272a7d9bb58 Mon Sep 17 00:00:00 2001 From: Jimmy99 Date: Wed, 6 Apr 2016 15:05:23 +0200 Subject: [PATCH] Update 11.2.md typographical errors and improved readability --- en/11.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/11.2.md b/en/11.2.md index c11b0cf4..a12bf72f 100644 --- a/en/11.2.md +++ b/en/11.2.md @@ -233,7 +233,7 @@ Let's say that you need to change the context variables in the current execution Breakpoint 1, main.main () at /home/xiemengjun/gdbfile.go:23 23 fmt.Println("count:", count) -Finally, while running, the program creates a number of number goroutines. We can see what each goroutine is doing using `info goroutines`: +Finally, while running, the program creates a number of goroutines. We can see what each goroutine is doing using `info goroutines`: (gdb) info goroutines * 1 running runtime.gosched