Skip to content

Commit 3d2e35c

Browse files
committed
Remove errant whitespace.
1 parent dc16f97 commit 3d2e35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ However, when run on the JVM, TruffleRuby is unable to trap `USR1` or `QUIT`,
195195
as these are reserved by the JVM itself. Any code that relies on being able to
196196
trap those signals will need to fallover to another available signal. Additionally,
197197
`FPE`, `ILL`, `KILL`, `SEGV`, `STOP`, and `VTALRM` cannot be trapped, but these
198-
signals are also unavailable on MRI.
198+
signals are also unavailable on MRI.
199199

200200
When TruffleRuby is run as part of a polyglot application, any signals that are
201201
handled by another language become unavailable for TruffleRuby to trap.

0 commit comments

Comments
 (0)