Skip to content

Commit a0ca3af

Browse files
committed
Remove unwanted whitespace
1 parent d90b881 commit a0ca3af

File tree

1 file changed

+2
-2
lines changed
  • packages/gems/js/lib

1 file changed

+2
-2
lines changed

packages/gems/js/lib/js.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ def respond_to_missing?(sym, include_private)
195195
self[sym].typeof == "function"
196196
end
197197

198-
# Call the receiver (a JavaScript function) with `undefined` as its receiver context.
198+
# Call the receiver (a JavaScript function) with `undefined` as its receiver context.
199199
# This method is similar to JS::Object#call, but it is used to call a function that is not
200200
# a method of an object.
201-
#
201+
#
202202
# floor = JS.global[:Math][:floor]
203203
# floor.apply(3.14) # => 3
204204
# JS.global[:Promise].new do |resolve, reject|

0 commit comments

Comments
 (0)