We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8624a commit bd04f65Copy full SHA for bd04f65
src/internal/runtime/exithook/hooks.go
@@ -8,7 +8,7 @@
8
// from a safe context (e.g. not an error/panic path or signal
9
// handler, preemption enabled, allocation allowed, write barriers
10
// allowed, etc), and that the exit function F will be invoked under
11
-// similar circumstances. That is the say, we are expecting that F
+// similar circumstances. That is to say, we are expecting that F
12
// uses normal / high-level Go code as opposed to one of the more
13
// restricted dialects used for the trickier parts of the runtime.
14
package exithook
0 commit comments