From 47a76851ee374b04ef27a7014a005ce2731a9942 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Mon, 17 Aug 2020 20:40:19 -0500 Subject: [PATCH] typo --- implot_demo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/implot_demo.cpp b/implot_demo.cpp index cd094cc..ae5f5a1 100644 --- a/implot_demo.cpp +++ b/implot_demo.cpp @@ -1015,7 +1015,7 @@ void ShowDemoWindow(bool* p_open) { //------------------------------------------------------------------------- if (ImGui::CollapsingHeader("Custom Plotters")) { - ImGui::BulletText("You can create customer plotters or extend ImPlot using implot_internal.h."); + ImGui::BulletText("You can create custom plotters or extend ImPlot using implot_internal.h."); double dates[] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49}; double opens[] = {1284.7,1319.9,1318.7,1328,1317.6,1321.6,1314.3,1325,1319.3,1323.1,1324.7,1321.3,1323.5,1322,1281.3,1281.95,1311.1,1315,1314,1313.1,1331.9,1334.2,1341.3,1350.6,1349.8,1346.4,1343.4,1344.9,1335.6,1337.9,1342.5,1337,1338.6,1337,1340.4,1324.65,1324.35,1349.5,1371.3,1367.9,1351.3,1357.8,1356.1,1356,1347.6,1339.1,1320.6,1311.8,1314,1312.4,}; @@ -1106,4 +1106,4 @@ void PlotCandlestick(const char* label_id, const double* xs, const double* opens ImPlot::PopPlotClipRect(); } -} \ No newline at end of file +}