From d667b8c983f113196ad2fdc264f7b197233f4dd4 Mon Sep 17 00:00:00 2001 From: Michael Bruce Date: Wed, 5 Sep 2018 16:43:52 +0100 Subject: [PATCH] spelling correction (#98) --- _examples/timeseries/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/timeseries/main.go b/_examples/timeseries/main.go index 8acccb0..87b2f67 100644 --- a/_examples/timeseries/main.go +++ b/_examples/timeseries/main.go @@ -10,7 +10,7 @@ import ( func drawChart(res http.ResponseWriter, req *http.Request) { /* This is an example of using the `TimeSeries` to automatically coerce time.Time values into a continuous xrange. - Note: chart.TimeSeries implements `ValueFormatterProvider` and as a result gives the XAxis the appropariate formatter to use for the ticks. + Note: chart.TimeSeries implements `ValueFormatterProvider` and as a result gives the XAxis the appropriate formatter to use for the ticks. */ graph := chart.Chart{ XAxis: chart.XAxis{