]> gitweb.factorcode.org Git - factor.git/commitdiff
cpu.x86.features: fix article title to start with uppercase.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 22 Jan 2018 18:18:20 +0000 (10:18 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 22 Jan 2018 18:18:20 +0000 (10:18 -0800)
basis/cpu/x86/features/features-docs.factor

index 7caaa7e2f97757e084d8eae5dc84bd3a9c466f80..35e99a9fc6f5623761f084d25db98ba6362e31ec 100644 (file)
@@ -9,7 +9,7 @@ HELP: instruction-count
 }
 { $description "The word returns the CPU's Timestamp Counter: " { $url "http://en.wikipedia.org/wiki/Time_Stamp_Counter" } "." } ;
 
-ARTICLE: "cpu.x86.features" "cpu.x86.features"
+ARTICLE: "cpu.x86.features" "CPU x86 features"
 { $vocab-link "cpu.x86.features" }
 ;