Skip to content

Commit 1ddd9cd

Browse files
typo fix
P.11 issue #670
1 parent 3f0aa7c commit 1ddd9cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CppCoreGuidelines.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# <a name="main"></a>C++ Core Guidelines
22

3-
July 28, 2016
3+
August 24, 2016
44

55
Editors:
66

77
* [Bjarne Stroustrup](http://www.stroustrup.com)
88
* [Herb Sutter](http://herbsutter.com/)
99

1010
This document is a very early draft. It is inkorrekt, incompleat, and pµÃoorly formatted.
11-
Had it been an open source (code) project, this would have been release 0.6.
11+
Had it been an open source (code) project, this would have been release 0.7.
1212
Copying, use, modification, and creation of derivative works from this project is licensed under an MIT-style license.
1313
Contributing to this project requires agreeing to a Contributor License. See the accompanying [LICENSE](LICENSE) file for details.
1414
We make this project available to "friendly users" to use, copy, modify, and derive from, hoping for constructive input.
@@ -977,7 +977,7 @@ See [Con: Constants and Immutability](#S-const)
977977

978978
Messy code is more likely to hide bugs and harder to write.
979979
A good interface is easier and safer to use.
980-
Messy, low-level code breads more such code.
980+
Messy, low-level code breeds more such code.
981981

982982
##### Example
983983

0 commit comments

Comments
 (0)