1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-11-22 18:28:53 -05:00

typos and incorrect docs

This commit is contained in:
epezent 2020-12-04 00:07:50 -06:00
parent b369d62f86
commit 10a58c52ca

View File

@ -385,7 +385,7 @@ IMPLOT_API void EndPlot();
// MyData my_data;
// ImPlot::PlotScatterG("scatter", MyDataGetter, &my_data, my_data.Size());
//
// NB: All types are converted to double before plotting. You may loose information
// NB: All types are converted to double before plotting. You may lose information
// if you try plotting extremely large 64-bit integral types. Proceed with caution!
// Plots a standard 2D line plot.
@ -686,7 +686,7 @@ IMPLOT_API void SetImGuiContext(ImGuiContext* ctx);
// Demo (add implot_demo.cpp to your sources!)
//-----------------------------------------------------------------------------
// Shows the ImPlot demo. Pass the current ImGui context if ImPlot is a DLL.
// Shows the ImPlot demo.
IMPLOT_API void ShowDemoWindow(bool* p_open = NULL);
} // namespace ImPlot