Pārlūkot izejas kodu

README-en.md edited online with Bitbucket

Rafael Arce Nazario 8 gadus atpakaļ
vecāks
revīzija
6ed7e3b43a
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3
    3
      README-en.md

+ 3
- 3
README-en.md Parādīt failu

@@ -143,9 +143,9 @@ To plot a curve that is described by parametric equations, we compute the $$x$$
143 143
 3. The file `main.cpp` (in Sources) contains the function `main()` where you will be adding code. Open this file and study the code.
144 144
 
145 145
     ```cpp
146
-        QApplication a(argc, argv);
147
-        XYPlotWindow wLine;
148
-        XYPlotWindow wCircle;
146
+    QApplication a(argc, argv);
147
+    XYPlotWindow wLine;
148
+    XYPlotWindow wCircle;
149 149
         XYPlotWindow wHeart;
150 150
         XYPlotWindow wButterfly;
151 151