diff options
| author | Martin madsen <[email protected]> | 2013-08-06 17:28:22 +0200 |
|---|---|---|
| committer | Martin Bjeldbak Madsen <[email protected]> | 2013-08-06 19:34:47 +0200 |
| commit | f43c8021df326f1bd7c37c58ed6a957ae04a27e1 (patch) | |
| tree | 4ca4d5d2ad7ebd8bf49ad3c4dd4255f0d6a16104 /lib/axlsx/workbook/defined_name.rb | |
| parent | 2c3a0b821abaef509fefee0f6e096073180c3337 (diff) | |
| download | caxlsx-f43c8021df326f1bd7c37c58ed6a957ae04a27e1.tar.gz caxlsx-f43c8021df326f1bd7c37c58ed6a957ae04a27e1.zip | |
Fix minor typos
Diffstat (limited to 'lib/axlsx/workbook/defined_name.rb')
| -rw-r--r-- | lib/axlsx/workbook/defined_name.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/defined_name.rb b/lib/axlsx/workbook/defined_name.rb index b55856de..3a606024 100644 --- a/lib/axlsx/workbook/defined_name.rb +++ b/lib/axlsx/workbook/defined_name.rb @@ -105,7 +105,7 @@ module Axlsx attr_reader :local_sheet_id # The local sheet index (0-based) - # @param [Integer] value the unsinged integer index of the sheet this defined_name applies to. + # @param [Integer] value the unsigned integer index of the sheet this defined_name applies to. def local_sheet_id=(value) Axlsx::validate_unsigned_int(value) @local_sheet_id = value |
