]> Cypherpunks repositories - gostls13.git/commit
runtime: tweak doc for Goexit
authorEmmanuel Odeke <emm.odeke@gmail.com>
Thu, 23 Nov 2017 22:31:28 +0000 (15:31 -0700)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Fri, 24 Nov 2017 01:13:53 +0000 (01:13 +0000)
commit2e1f07133d2447125cd45887d6d54e6aa53ba5b5
tree891d5fb9edb658dcc2f49560976da6f39ab9c4b9
parentc866110689796c42ab379de1402462d03dfe23fa
runtime: tweak doc for Goexit

Use singular form of panic and remove the unnecessary
'however', when comparing Goexit's behavior to 'a panic'
as well as what happens for deferred recovers with Goexit.

Change-Id: I3116df3336fa135198f6a39cf93dbb88a0e2f46e
Reviewed-on: https://go-review.googlesource.com/79755
Reviewed-by: Rob Pike <r@golang.org>
src/runtime/panic.go