From dcfe39e9aecd8f83c69e65d549377330a9b7b20d Mon Sep 17 00:00:00 2001 From: Abhinav Tushar <2487306+lepisma@users.noreply.github.com> Date: Sun, 14 Apr 2019 23:26:56 +0530 Subject: [PATCH] Fix typo convebient -> convenient --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a66369e..1cd367d 100644 --- a/README.rst +++ b/README.rst @@ -1005,7 +1005,7 @@ See http://www.cplusplus.com/reference/stl/ for more information. Iterators --------- -Iterators are a convebient tool to iterate over a container: +Iterators are a convenient tool to iterate over a container: .. code:: c++