Sfoglia il codice sorgente

Fixed typos, condensed verbosity

[SVN r30798]
Dave Abrahams 21 anni fa
parent
commit
4e8669bb57
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      more/generic_programming.html

+ 4 - 4
more/generic_programming.html

@@ -141,10 +141,10 @@ int main()
     </blockquote>
 
     <h2><a name="concept">Anatomy of a Concept</a></h2>
-    A <b><i>concept</i></b> is a set requirements, where the requirements
-    consist of valid expressions, associated types, invariants, and
-    complexity guarantees. A type that satisfies the set of requirements is
-    said to <b><i>model</i></b> the concept. A concept can extend the
+    A <b><i>concept</i></b> is a set of requirements
+    consisting of valid expressions, associated types, invariants, and
+    complexity guarantees.  A type that satisfies the requirements is
+    said to <b><i>model</i></b> the concept.  A concept can extend the
     requirements of another concept, which is called
     <b><i>refinement</i></b>. 
 

粤ICP备19079148号