summaryrefslogtreecommitdiffstats
path: root/docs/feature_macros.md
diff options
context:
space:
mode:
authorChas <chas@chas.io>2020-12-29 08:32:30 -0800
committerGitHub <noreply@github.com>2020-12-30 01:32:30 +0900
commit3300164065949e6bc9423632ccbcd0022be8074d (patch)
treeee80b1629704304214dcf075ef0455b7836b3ed0 /docs/feature_macros.md
parent55843480fffddebf15b3557fb11dca6206ab7b7b (diff)
Typo fix: Useful function -> Useful Functions (#11342)
Thanks!
Diffstat (limited to 'docs/feature_macros.md')
-rw-r--r--docs/feature_macros.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_macros.md b/docs/feature_macros.md
index 3752b32496..36fa761d21 100644
--- a/docs/feature_macros.md
+++ b/docs/feature_macros.md
@@ -209,7 +209,7 @@ SEND_STRING(".."SS_TAP(X_END));
There are some functions you may find useful in macro-writing. Keep in mind that while you can write some fairly advanced code within a macro, if your functionality gets too complex you may want to define a custom keycode instead. Macros are meant to be simple.
-?> You can also use the functions described in [Useful function](ref_functions.md) for additional functionality. For example `reset_keyboard()` allows you to reset the keyboard as part of a macro.
+?> You can also use the functions described in [Useful functions](ref_functions.md) for additional functionality. For example `reset_keyboard()` allows you to reset the keyboard as part of a macro.
### `record->event.pressed`