Commit 0d40e40f authored by Stephen Ma's avatar Stephen Ma

spec: trivial syntax fix

R=golang-dev
CC=golang-dev
https://golang.org/cl/1982042
parent b21611b9
...@@ -4661,7 +4661,7 @@ func IsPrintable(s string) (ok bool) { ...@@ -4661,7 +4661,7 @@ func IsPrintable(s string) (ok bool) {
} }
// Panicking has stopped; execution will resume normally in caller. // Panicking has stopped; execution will resume normally in caller.
// The return value will be true normally, false if a panic occurred. // The return value will be true normally, false if a panic occurred.
} }()
panicIfNotPrintable(s) // will panic if validations fails. panicIfNotPrintable(s) // will panic if validations fails.
} }
</pre> </pre>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment