From 7e00179076784da0f6204c0048f2227a989322e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Mon, 2 Dec 2019 13:12:35 -0300 Subject: [PATCH] Duplicate word on line 76? --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 131bf359e3..87f055c114 100644 --- a/README.rst +++ b/README.rst @@ -73,7 +73,7 @@ Creating widgets NanoGUI makes it easy to instantiate widgets, set layout constraints, and register event callbacks using high-level C++11 code. For instance, the following two lines from the included example application add a new button to -an existing window `window` and register an event callback. +an existing `window` and register an event callback. .. code-block:: cpp