diff options
| author | Randy Morgan <[email protected]> | 2013-09-12 22:22:37 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2013-09-13 00:08:39 +0900 |
| commit | fc364b1bd55c0eb39a37b69cb8f45a0133463e2f (patch) | |
| tree | aac44492ffd8f981c0357fdd2a417739e9a05aac /lib/axlsx/workbook/worksheet/pivot_table.rb | |
| parent | b5a6263ec3ec0a729c9b2bec86c22d1ead33eb65 (diff) | |
| download | caxlsx-fc364b1bd55c0eb39a37b69cb8f45a0133463e2f.tar.gz caxlsx-fc364b1bd55c0eb39a37b69cb8f45a0133463e2f.zip | |
Bring documentation up to 100%
Diffstat (limited to 'lib/axlsx/workbook/worksheet/pivot_table.rb')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/pivot_table.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/pivot_table.rb b/lib/axlsx/workbook/worksheet/pivot_table.rb index d27e08ad..9e09f52c 100644 --- a/lib/axlsx/workbook/worksheet/pivot_table.rb +++ b/lib/axlsx/workbook/worksheet/pivot_table.rb @@ -44,7 +44,7 @@ module Axlsx # @return [Worksheet] attr_writer :data_sheet - # (see #data_sheet) + # @see #data_sheet def data_sheet @data_sheet || @sheet end |
