Skip to content

Commit 688a585

Browse files
committed
Fixing old typo.
1 parent 20b2185 commit 688a585

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are many advantages of this approach:
1212

1313
* The **plotted values are embedded** in the LaTeX or Gnuplot code, thus after processing by SqlPlotTools the full data is available and can be made public.
1414

15-
* Furthermore, the **SQL statement completely specifies** how to results are generated from the input. Thus even when complex expressions are needed to generate the plots, they are still available inside the LaTeX file as a comment and can be verified by other authors.
15+
* Furthermore, the **SQL statement completely specifies** how the results are generated from the input. Thus even when complex expressions are needed to generate the plots, they are still available inside the LaTeX file as a comment and can be verified by other authors.
1616

1717
* The declarative power of SQL is available for generating plots. One can use subqueries, JOINs between datasets and more to generate data series.
1818

src/latex.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
#include "importdata.h"
4343
#include "reformat.h"
4444

45-
4645
class SpLatex
4746
{
4847
public:

0 commit comments

Comments
 (0)