diff --git a/include/notcurses/notcurses.h b/include/notcurses/notcurses.h index ce9a34db5..21eac7c8a 100644 --- a/include/notcurses/notcurses.h +++ b/include/notcurses/notcurses.h @@ -2320,7 +2320,7 @@ API void ncvisual_destroy(struct ncvisual* ncv); API int ncvisual_decode(struct ncvisual* nc); // decode the next frame ala ncvisual_decode(), but if we have reached the end, -// rewind to the first frame of the ncvisual. a subsequent `ncvisual_render()` +// rewind to the first frame of the ncvisual. a subsequent 'ncvisual_render()' // will render the first frame, as if the ncvisual had been closed and reopened. // the return values remain the same as those of ncvisual_decode(). API int ncvisual_decode_loop(struct ncvisual* nc);