change Data are >> Data is

pull/79/head
Kelly 2019-02-25 14:33:02 -08:00
parent f9f9135a07
commit 22379bc1de
1 changed files with 3 additions and 3 deletions

View File

@ -33,13 +33,13 @@ Separating each sentence with a new line makes it easy to parse diffs with the h
**Diff without semantic linefeeds:**
``` diff
-Data are taking off. Those data are time series. You need a database that specializes in time series. You should check out InfluxDB.
+Data are taking off. Those data are time series. You need a database that specializes in time series. You need InfluxDB.
-Data is taking off. Those data are time series. You need a database that specializes in time series. You should check out InfluxDB.
+Data is taking off. Those data are time series. You need a database that specializes in time series. You need InfluxDB.
```
**Diff with semantic linefeeds:**
``` diff
Data are taking off.
Data is taking off.
Those data are time series.
You need a database that specializes in time series.
-You should check out InfluxDB.