File tree Expand file tree Collapse file tree
lib/sketchup-api-stubs/stubs Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 #
You can’t perform that action at this time.
0 commit comments