From 5c9679c2abf77825c5c7a2b228a773a506754c50 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Tue, 28 Jul 2020 22:22:37 -0500 Subject: [PATCH] header documentation correction --- implot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implot.h b/implot.h index 0cb02d7..f55b955 100644 --- a/implot.h +++ b/implot.h @@ -214,7 +214,7 @@ bool BeginPlot(const char* title_id, void EndPlot(); //----------------------------------------------------------------------------- -// Plot Items (single precision data) +// Plot Items //----------------------------------------------------------------------------- // Plots a standard 2D line plot.