Small style fix for consistency

This commit is contained in:
Gleb 2020-10-14 21:52:36 +03:00 committed by GitHub
parent 6c6dd43340
commit 2529daf74e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -247,7 +247,7 @@ You made it to the end. Congratulations! That was a lot to take. If you are feel
I don't think you should memorize everything right away. To become productive, you can start by using only these 3 registers: I don't think you should memorize everything right away. To become productive, you can start by using only these 3 registers:
1. The unnamed register (`""`). 1. The unnamed register (`""`).
2. The named registers (`"a-z`). 2. The named registers (`"a-z`).
3. The numbered Registers (`"0-9`). 3. The numbered registers (`"0-9`).
Since the unnamed register defaults to `p` or `P`, you only have to learn two registers: the named registers and the numbered registers. Gradually learn more when you need it. Take your time. Since the unnamed register defaults to `p` or `P`, you only have to learn two registers: the named registers and the numbered registers. Gradually learn more when you need it. Take your time.