From 219bc34128fe6b53c6ffe7c1b6aed27525a2df4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joseLu=C3=ADs?= Date: Mon, 9 Nov 2020 16:05:48 +0100 Subject: [PATCH] fix typo --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index cab0aee57..b29eae2db 100644 --- a/USAGE.md +++ b/USAGE.md @@ -640,7 +640,7 @@ but is the primary drawing surface of notcurses—there is no object corresponding to a bare NCURSES `WINDOW`. An `ncplane` can be created aligned relative to an existing `ncplane` -(including the standard plane) using `NCPLANE_OPTION_ALIGNED`. +(including the standard plane) using `NCPLANE_OPTION_HORALIGNED`. When an `ncplane` is no longer needed, free it with `ncplane_destroy()`. To quickly reset the `ncplane`, use `ncplane_erase()`.