about summary refs log tree commit diff
path: root/src/doc/style-guide
diff options
context:
space:
mode:
authorIvan Tham <pickfire@riseup.net>2020-05-27 22:20:26 +0800
committerJosh Triplett <josh@joshtriplett.org>2023-07-21 02:55:54 -0700
commit7577e78ce0bb8f0f91c14de8a793b06e3f7a39b0 (patch)
treedb8e6422f01d29b045ae12b94252660568237ee1 /src/doc/style-guide
parent9346519b0502ad8fd3cff7d77362582a00d215c1 (diff)
downloadrust-7577e78ce0bb8f0f91c14de8a793b06e3f7a39b0.tar.gz
rust-7577e78ce0bb8f0f91c14de8a793b06e3f7a39b0.zip
Use roman 4 letter instead of word
Long text without numeric numbers when numeric numbers are used are hard to read.
Diffstat (limited to 'src/doc/style-guide')
-rw-r--r--src/doc/style-guide/src/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/style-guide/src/README.md b/src/doc/style-guide/src/README.md
index 29204603e58..6bdb3ae26ac 100644
--- a/src/doc/style-guide/src/README.md
+++ b/src/doc/style-guide/src/README.md
@@ -37,8 +37,8 @@ options.
 ### Indentation and line width
 
 * Use spaces, not tabs.
-* Each level of indentation must be four spaces (that is, all indentation
-  outside of string literals and comments must be a multiple of four).
+* Each level of indentation must be 4 spaces (that is, all indentation
+  outside of string literals and comments must be a multiple of 4).
 * The maximum width for a line is 100 characters.
 
 #### Block indent