Skip to content
Snippets Groups Projects
Commit c5696da1 authored by Olivier Couet's avatar Olivier Couet
Browse files

Fix a typo according to:

parent e95a00ad
No related branches found
No related tags found
No related merge requests found
...@@ -2953,7 +2953,7 @@ set with:</para> ...@@ -2953,7 +2953,7 @@ set with:</para>
<programlisting language="c++">root[]<emphasis role="bold"><code> li-&gt;SetLineStyle(style)</code></emphasis> <programlisting language="c++">root[]<emphasis role="bold"><code> li-&gt;SetLineStyle(style)</code></emphasis>
</programlisting> </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 <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>, 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 and there are many (histograms, plots). We will take an example that may be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment