Skip to content

Commit e2a58c4

Browse files
Stevo-Shsbt
authored andcommitted
[DOC] Fix minor typo in signals.rdoc
1 parent 30d9782 commit e2a58c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/language/signals.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for its internal data structures, but it does not know when it is safe
1717
for data structures in YOUR code. Ruby implements deferred signal
1818
handling by registering short C functions with only
1919
{async-signal-safe functions}[http://man7.org/linux/man-pages/man7/signal-safety.7.html] as
20-
signal handlers. These short C functions only do enough tell the VM to
20+
signal handlers. These short C functions only do enough to tell the VM to
2121
run callbacks registered via Signal.trap later in the main Ruby Thread.
2222

2323
== Unsafe methods to call in Signal.trap blocks

0 commit comments

Comments
 (0)