aboutsummaryrefslogtreecommitdiff
path: root/docs/ja/feature_encoders.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ja/feature_encoders.md')
-rw-r--r--docs/ja/feature_encoders.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ja/feature_encoders.md b/docs/ja/feature_encoders.md
index 21f42d38b..b93d9a9a2 100644
--- a/docs/ja/feature_encoders.md
+++ b/docs/ja/feature_encoders.md
@@ -76,7 +76,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
76 tap_code(KC_UP); 76 tap_code(KC_UP);
77 } 77 }
78 } 78 }
79 return true; 79 return false;
80} 80}
81``` 81```
82 82