change Data are >> Data is
parent
f9f9135a07
commit
22379bc1de
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue