diff --git a/docbook/users-guide/Graphics.xml b/docbook/users-guide/Graphics.xml index 670af6dfbbe78daf9455f3fa8f1800a1d9353ea0..1cbe96dba9d27de3a7815aca94f90d09197398c1 100644 --- a/docbook/users-guide/Graphics.xml +++ b/docbook/users-guide/Graphics.xml @@ -2953,7 +2953,7 @@ set with:</para> <programlisting language="c++">root[]<emphasis role="bold"><code> li->SetLineStyle(style)</code></emphasis> </programlisting> -<para>The argument style is one of: 1=solid, 2=dash, 3=dash-dot, 4=dot-dot.</para> +<para>The argument style is one of: 1=solid, 2=dash, 3=dot, 4=dash-dot.</para> <para>The line width may be set by a method call. What is said here applies to all objects deriving from <emphasis role="bold"><code>TAttLine</code></emphasis>, and there are many (histograms, plots). We will take an example that may be