mirror of
https://github.com/golang/go
synced 2024-11-21 22:44:40 -07:00
spec: trivial syntax fix
R=golang-dev CC=golang-dev https://golang.org/cl/1982042
This commit is contained in:
parent
b21611b963
commit
0d40e40f5e
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user