]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
consistency
authorskullY <skullydazed@gmail.com>
Fri, 30 Aug 2019 21:27:38 +0000 (14:27 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 30 Aug 2019 22:01:52 +0000 (15:01 -0700)
docs/ChangeLog/20190830.md

index d0bddd3c821575fb3825e07638f93cbca4b5b10e..bd2d5e19c34af5838ef10e529a8335096d974523 100644 (file)
@@ -6,7 +6,7 @@ This document marks the inaugural Breaking Change merge. A list of changes follo
 
 ## Core code formatting with clang-format
 
-* All core code (`drivers/`, `quantum/`, `tests/`, and `tmk_core`) has been formatted with clang-format
+* All core files (`drivers/`, `quantum/`, `tests/`, and `tmk_core/`) have been formatted with clang-format
 * A travis process to reformat PR's on merge has been instituted
 * You can use the new CLI command `qmk cformat` to format before submitting your PR if you wish.