Skip to content

Commit f765356

Browse files
committed
Manually fixing some incorrect syntax.
1 parent d6af875 commit f765356

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/sketchup-api-stubs/stubs/sketchup.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def self.fix_shadow_strings?
306306
def self.format_angle(number)
307307
end
308308

309-
# The {#format_area} method formats a number as an area using the current units
309+
# The {.format_area} method formats a number as an area using the current units
310310
# settings.
311311
#
312312
# The +number+ must be in square inches.
@@ -363,7 +363,7 @@ def self.format_degrees(number)
363363
def self.format_length(*args)
364364
end
365365

366-
# The {#format_volume} method formats a number as a volume using the current
366+
# The {.format_volume} method formats a number as a volume using the current
367367
# units settings.
368368
#
369369
# The +number+ must be in cubic inches.

lib/sketchup-api-stubs/stubs/ui.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ def self.scale_factor
471471
def self.select_directory(options = {})
472472
end
473473

474-
# The {#set_cursor} method is used to change the cursor to a new cursor with a
474+
# The {.set_cursor} method is used to change the cursor to a new cursor with a
475475
# given cursor id. See UI.create_cursor and the Tool class for details
476476
# on creating your own tools with arbitrary cursors.
477477
#

0 commit comments

Comments
 (0)