Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 6976ce5

Browse files
committed
Fixing an absolutely bizarre rendering issue
1 parent 21c742d commit 6976ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sql/protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ SQL query:
306306

307307
Result set:
308308

309-
```csv
309+
```text
310310
firstname,lastname,age
311311
Nanette,Bates,28
312312
Amber,Duke,32
@@ -333,7 +333,7 @@ SQL query:
333333

334334
Result set:
335335

336-
```
336+
```text
337337
Nanette|Bates|28
338338
Amber|Duke|32
339339
Dale|Adams|33

0 commit comments

Comments
 (0)