summaryrefslogtreecommitdiff
path: root/ractor.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-19 15:34:26 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-12-19 15:34:37 +0900
commit5c9d6ea6b43443c470a490858a8ad11b36ed5516 (patch)
treeed9e447b73b456e3abffbd6e929737f2913adc11 /ractor.rb
parent553d6fa0a05fc766229c094b231ac1e103906ba8 (diff)
Strip trailing spaces [ci skip]
Diffstat (limited to 'ractor.rb')
-rw-r--r--ractor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ractor.rb b/ractor.rb
index e4fbdfe102..88741071bd 100644
--- a/ractor.rb
+++ b/ractor.rb
@@ -217,7 +217,7 @@ class Ractor
# make obj sharable.
#
# Basically, traverse referring objects from obj and freeze them.
- #
+ #
# When a sharable object is found in traversing, stop traversing
# from this shareable object.
#