From 39530a0a2edd06b726716afa04337ab2816e557a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 10 Jun 2017 17:08:10 -0400 Subject: [PATCH] Another quick CONTRIBUTING fix. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a35c211..d04792f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,7 +71,7 @@ Despite using C++, please refrain from using the following: The following are not recommended, for consistency with the rest of libui: - variable declarations anywhere in a function (keep them all at the top) -- `for (int...` (C++11 foreach syntax is fine, though) +- `for (int x...` (C++11 foreach syntax is fine, though) - omitting the `struct` on type names for ordinary structs The format of a class should be