summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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