From c091738e596c4cf6474364f2d156630c2188a4a9 Mon Sep 17 00:00:00 2001 From: UncleRedz Date: Sun, 27 Mar 2016 19:22:50 +0200 Subject: [PATCH] Corrected typo in u8g module documentation Corrected typo in markup for nextPage in u8glib module documentation. --- docs/en/modules/u8g.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/u8g.md b/docs/en/modules/u8g.md index 494a7fd2..4c08fac6 100644 --- a/docs/en/modules/u8g.md +++ b/docs/en/modules/u8g.md @@ -342,7 +342,7 @@ See [u8glib getWidth()](https://github.com/olikraus/u8glib/wiki/userreference#ge See [u8glib getStrWidth](https://github.com/olikraus/u8glib/wiki/userreference#getstrwidth). ## u8g.disp:nextPage() -See [u8glib nextPage()(https://github.com/olikraus/u8glib/wiki/userreference#nextpage). +See [u8glib nextPage()](https://github.com/olikraus/u8glib/wiki/userreference#nextpage). ## u8g.disp:setColorIndex() See [u8glib setColorIndex()](https://github.com/olikraus/u8glib/wiki/userreference#setcolortndex).