docs: fix formatting

Restores the ``` to close code block.
This commit is contained in:
Harrison Katz 2022-01-22 15:21:00 +00:00 committed by nick black
parent 82921e2f0d
commit 3181b6c8d9

View File

@ -1520,6 +1520,7 @@ of [Unicode Annex #14](http://www.unicode.org/reports/tr14/tr14-34.html).
// determine whether the write completed by inspecting '*bytes'.
int ncplane_puttext(struct ncplane* n, int y, ncalign_e align,
const char* text, size_t* bytes);
```
Lines and boxes can be drawn, interpolating their colors between their two
endpoints. For a line of a single color, be sure to specify the same channels