docs: fix formatting

Restores the ``` to close code block.
pull/2580/head
Harrison Katz 2 years ago committed by nick black
parent 82921e2f0d
commit 3181b6c8d9

@ -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

Loading…
Cancel
Save