From f275ffbdfc1cbd1965cd3546b45a7838012321da Mon Sep 17 00:00:00 2001 From: osjuga <43299093+osjuga@users.noreply.github.com> Date: Sat, 7 Dec 2019 07:19:18 -0500 Subject: Minor grammar and filename fixes in docs (#7559) Grammar in coding_conventions_c.md and coding_conventions_python.md `rule.mk` to `rules.mk` in feature_haptic_feedback.md and feature_rgb_matrix.md --- docs/coding_conventions_c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/coding_conventions_c.md') diff --git a/docs/coding_conventions_c.md b/docs/coding_conventions_c.md index 08994bfbb7..16e28b2884 100644 --- a/docs/coding_conventions_c.md +++ b/docs/coding_conventions_c.md @@ -14,7 +14,7 @@ Most of our style is pretty easy to pick up on, but right now it's not entirely * Think of them as a story describing the feature * Use them liberally to explain why particular decisions were made. * Do not write obvious comments - * If you not sure if a comment is obvious, go ahead and include it. + * If you're not sure if a comment is obvious, go ahead and include it. * In general we don't wrap lines, they can be as long as needed. If you do choose to wrap lines please do not wrap any wider than 76 columns. * We use `#pragma once` at the start of header files rather than old-style include guards (`#ifndef THIS_FILE_H`, `#define THIS_FILE_H`, ..., `#endif`) * We accept both forms of preprocessor if's: `#ifdef DEFINED` and `#if defined(DEFINED)` -- cgit v1.2.3