From b67d632f462c1be86ad4bbddae0bf69693afe7c0 Mon Sep 17 00:00:00 2001 From: Alex Pang Date: Tue, 2 Oct 2018 16:17:39 -0400 Subject: [PATCH] Fix numpad typo in Reference documentation, section B.3.8 --- docs/src/reference/asciidoc/appendix.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/reference/asciidoc/appendix.adoc b/docs/src/reference/asciidoc/appendix.adoc index 8cbe9357..253ba22f 100644 --- a/docs/src/reference/asciidoc/appendix.adoc +++ b/docs/src/reference/asciidoc/appendix.adoc @@ -341,8 +341,8 @@ but things gets a little simpler with a simple example. Some of us have a full size keyboard with main keys on a left side and numeric keys on a right side. You've probably noticed that both sides really have their own state which you see if you press a numlock key which -only alters behaviour of numbad itself. If you don't have a full size -keyboard you can buy a simple external usb numbad having only numbad +only alters behaviour of numpad itself. If you don't have a full size +keyboard you can buy a simple external usb numpad having only numpad part of a keys. If left and right side can freely exist without the other they must have a totally different states which means they are operating on different state machines.