From 3c8de18e86edd77c00ada3b1354fe2c69ffbc305 Mon Sep 17 00:00:00 2001 From: Eric Knibbe Date: Tue, 17 Dec 2013 18:14:28 +0000 Subject: [PATCH] corrected descriptions of tabularcolumns specifiers --- doc/markup/misc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/markup/misc.rst b/doc/markup/misc.rst index 10ba491e9..98ce5621b 100644 --- a/doc/markup/misc.rst +++ b/doc/markup/misc.rst @@ -212,9 +212,9 @@ following directive exists: ``p{width}`` construct, or tabulary's automatic specifiers: +-----+------------------------------------------+ - |``L``| ragged-left column with automatic width | + |``L``| flush left column with automatic width | +-----+------------------------------------------+ - |``R``| ragged-right column with automatic width | + |``R``| flush right column with automatic width | +-----+------------------------------------------+ |``C``| centered column with automatic width | +-----+------------------------------------------+