fix dumb error in ncplane_below() description

pull/423/head^2
nick black 4 years ago
parent 84ef40143e
commit 8113ce72c1

@ -556,7 +556,7 @@ ncplane_move_below(struct ncplane* n, struct ncplane* below){
return ncplane_move_below_unsafe(n, below);
}
// Return the plane above this one, or NULL if this is at the top.
// Return the plane below this one, or NULL if this is at the bottom.
API struct ncplane* ncplane_below(struct ncplane* n);
// Rotate the plane pi/2 radians clockwise or counterclockwise. Note that

Loading…
Cancel
Save