diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4cd3c378af349e696857b27a992fb450f44cfb79..94e0cc18cfb946d298890413a7dcc54635e92294 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ The Flutter engine follows Google style for the languages it uses: - **Note**: The Linux embedding generally follows idiomatic GObject-based C style. Use of C++ is discouraged in that embedding to avoid creating hybrid code that feels unfamiliar to either developers used to working with GObject or C++ developers. - E.g., do not use STL collections or std::string. Exceptions: + For example, do not use STL collections or std::string. Exceptions: - C-style casts are forbidden; use C++ casts. - Use `nullptr` rather than `NULL`. - Avoid `#define`; for internal constants use `static constexpr` instead.