summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-07-30 01:50:02 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-07-30 01:50:02 -0600
commita07e4e3317d8a6ecbaf6b4c6b82eb0e7345ca396 (patch)
tree3decf6008f164c470ad2eacfe687fdfe8b681238 /lib
parent52d562a1748b24396ad072c67d13e0ecf1a94af6 (diff)
fix API doc on attr_writer for text property on table cell
Diffstat (limited to 'lib')
-rw-r--r--lib/asciidoctor/table.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/asciidoctor/table.rb b/lib/asciidoctor/table.rb
index 87b81c2b..42bf2712 100644
--- a/lib/asciidoctor/table.rb
+++ b/lib/asciidoctor/table.rb
@@ -360,11 +360,9 @@ class Table::Cell < AbstractBlock
apply_subs @text, @subs
end
- # Public: Set the String text.
+ # Public: Set the String text for this cell.
#
# This method shouldn't be used for cells that have the AsciiDoc style.
- #
- # Returns nothing
attr_writer :text
# Public: Handles the body data (tbody, tfoot), applying styles and partitioning into paragraphs