From a33bdd6e3a0fffd7174a113536d95d134f34e77b Mon Sep 17 00:00:00 2001
From: roooooooot
Date: Sat, 31 Dec 2016 13:10:07 +0800
Subject: [PATCH] Fix a typo
requre -> require
---
cppguide.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cppguide.html b/cppguide.html
index 15eb6f3..590cc9f 100644
--- a/cppguide.html
+++ b/cppguide.html
@@ -1505,7 +1505,7 @@ creating objects of user-defined types.
operations.
Finding the call sites for overloaded operators may
- requre a search tool that's aware of C++ syntax, rather
+ require a search tool that's aware of C++ syntax, rather
than e.g. grep.
If you get the argument type of an overloaded operator