Sfoglia il codice sorgente

Clean up titles for a few docs, mainly to remove 'Carbon' prefixes (#894)

Note, most principle docs already have the `Principle:` prefix, context sensitivity and `Safety strategy` are/were outliers.
Jon Meow 4 anni fa
parent
commit
9c17b72ddd

+ 1 - 1
docs/design/generics/README.md

@@ -1,4 +1,4 @@
-# Carbon: Generics
+# Generics
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/design/generics/details.md

@@ -1,4 +1,4 @@
-# Carbon generics details
+# Generics: Details
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/design/generics/goals.md

@@ -1,4 +1,4 @@
-# Carbon: Generics goals
+# Generics: Goals
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/design/generics/overview.md

@@ -1,4 +1,4 @@
-# Carbon generics overview
+# Generics: Overview
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/design/generics/terminology.md

@@ -1,4 +1,4 @@
-# Carbon: Generics - Terminology
+# Generics: Terminology
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM

+ 1 - 1
docs/project/principles/low_context_sensitivity.md

@@ -1,4 +1,4 @@
-# Carbon: Low context-sensitivity principle
+# Principle: Low context-sensitivity
 
 <!--
 Part of the Carbon Language project, under the Apache License v2.0 with LLVM