diff options
| author | Steve <savio@kwara.com> | 2025-12-21 14:49:57 +0300 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-24 10:39:49 +0900 |
| commit | e2a58c45b1c79204ae80b3960f44a818ec00b94e (patch) | |
| tree | ba2c4761a6794e61d58ebc7cb0a24de87029b688 /doc | |
| parent | 30d9782c5c07db2d5df44656eb0218616f7b0bb5 (diff) | |
[DOC] Fix minor typo in signals.rdoc
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/language/signals.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/language/signals.rdoc b/doc/language/signals.rdoc index 403eb66549..a82dab81c6 100644 --- a/doc/language/signals.rdoc +++ b/doc/language/signals.rdoc @@ -17,7 +17,7 @@ for its internal data structures, but it does not know when it is safe for data structures in YOUR code. Ruby implements deferred signal handling by registering short C functions with only {async-signal-safe functions}[http://man7.org/linux/man-pages/man7/signal-safety.7.html] as -signal handlers. These short C functions only do enough tell the VM to +signal handlers. These short C functions only do enough to tell the VM to run callbacks registered via Signal.trap later in the main Ruby Thread. == Unsafe methods to call in Signal.trap blocks |
