Commit Graph

81 Commits (7a49af2dfcd557a1651f24c9a69734edf7a2bc92)
 

Author SHA1 Message Date
Gabriel Dos Reis 7a49af2dfc Merge pull request #48 from Adnn/master
Fixes minor mistakes in I.8 and I.14 sections (typos)
10 years ago
Adnn 9b96b72f0a Fixes counting erros/typos in I.14 10 years ago
Adnn 225f1945f5 Fixes minor mistakes in I.8 section
* use of "precondition" instead of "postcondition".
* typo "and" instead of "are".
10 years ago
Andrew Pardoe 84a30986af Fix issue #34 10 years ago
Gabriel Dos Reis 0bf90d2c47 Merge pull request #46 from vendethiel/patch-2
fix indexing typo in ES.2.
10 years ago
ven 2110dded0d fix indexing typo in ES.2 10 years ago
Gabriel Dos Reis 0c98949215 Fix #26
Don't forget to supply `flag1` to `func`_tau`.
10 years ago
Gabriel Dos Reis f18b83a563 Fix #30
The loop variable should be a reference in order to effect the
modification of the array elements.
10 years ago
Gabriel Dos Reis e85995ed0b Fix #28
Help following the main thread without being distracted.
10 years ago
Gabriel Dos Reis 286cec8d63 Fix #35
'srandomly' was already fixed.
'botton' -> 'bottom'.
10 years ago
Gabriel Dos Reis 2f6ec186fd Merge pull request #44 from whoshuu/master
Fix links to the Guideline Support Library. Close #44
10 years ago
Huu Nguyen 404dc9520b Use S-gsl instead of S-support for GSL links 10 years ago
Andrew Pardoe ae61f09861 Merge branch 'master' of https://github.com/isocpp/CppCoreGuidelines 10 years ago
Andrew Pardoe a672faaad8 Merge branch 'flippingtables-master' 10 years ago
Andrew Pardoe 3002b6b482 Merge branch 'master' of https://github.com/flippingtables/CppCoreGuidelines into flippingtables-master 10 years ago
Gabriel Dos Reis e297db51f5 Merge pull request #45 from whoshuu/fix-raii-links
Fix links to RAII section
10 years ago
Gabriel Dos Reis fe05904a1f Merge pull request #43 from vendethiel/patch-3
Fix code typos for C.145
10 years ago
Gabriel Dos Reis 090370b99f Merge pull request #42 from vendethiel/patch-2
Fix <a> closing tag
10 years ago
Andrew Pardoe d5cdbbbb3d Merge pull request #22 from mindless2112/patch-1
Fix typo: "loose" to "lose"
10 years ago
Andrew Pardoe 5959bbc7be Merge pull request #20 from pcadottemichaud/typo_in_precondition_section
Fix two typos in the precondition section
10 years ago
Huu Nguyen 157365ecb1 Fix links to RAII section 10 years ago
Huu Nguyen 25e07bbaff Fix links to the Guideline Support Library 10 years ago
ven e2a9591a48 Fix code typos for C.145
Also added the "extends B" to D
10 years ago
ven e279f3b1bd Fix <a> closing tag 10 years ago
Joannes I Sandagerdi cb7c0e48aa Fix some typos
Read through the document and fixed some typos.
10 years ago
Gabriel Dos Reis 5452b119c5 Merge pull request #39 from tommywalsh/master
Fix typos: change it's to its where appropriate
10 years ago
Tom Walsh cf76c9d4e1 Fix typos: change it's to its where appropriate 10 years ago
Gabriel Dos Reis 8bd3d4e37a Merge pull request #38 from dacap/patch-1
Fix typo in Appendix B
10 years ago
David Capello c465e65c8f Fix typo in Appendix B 10 years ago
Gabriel Dos Reis 033c50279c Merge pull request #21 from pcadottemichaud/fix_weird_characters
remove weird characters in R.38 examples
10 years ago
Gabriel Dos Reis 2c0a96a8d2 Merge pull request #36 from vendethiel/patch-2
Use a variable in the erroring constexpr example …
10 years ago
Gabriel Dos Reis 736e52526a Merge pull request #18 from radarhere/patch-1
Fixed typos
10 years ago
Gabriel Dos Reis c6a30d2452 Merge pull request #25 from dilanshah/master
fix minor typo in CppCoreGuidelines.md
10 years ago
Gabriel Dos Reis d6b087c034 Merge pull request #37 from calcu16/patch-1
Fixing typos in R.11,15 and ES.76
10 years ago
Gabriel Dos Reis 001699f3ba Merge pull request #17 from marcodiiga/master
Fix small typos
10 years ago
Andrew Carter 0d3d7ec0ff Fixing typos in R.11,15 and ES.76 10 years ago
ven e4e22f9e48 Use a variable in the erroring constexpr example …
I don't see why it'd fail otherwise, so I assume the "2" was a typo

Also add a missing "f" to "side effect"
10 years ago
Gabriel Dos Reis 6845e84f0b Merge pull request #31 from vendethiel/patch-1
rime->time
10 years ago
Gabriel Dos Reis 7e0ecf9f76 Merge pull request #32 from ssbr/patch-1
s/build-in/built-in/
10 years ago
Andrew Pardoe c55a70572f Merge pull request #16 from ALSchwalm/master
Remove unnecessary reference to 'no naked new' in ES.62
10 years ago
Devin Jeanpierre e78f42c06b s/build-in/built-in/ 10 years ago
ven 0246d57e59 rime->time
I was reading, and noticed this was probably wrong.
10 years ago
Dilan Shah 8211c4700d Update CppCoreGuidelines.md 10 years ago
Carl Reinke f6e94fb504 Fix typo: "loose" to "lose" 10 years ago
Pascal Cadotte Michaud 43ca7880c7 remove weird characters in R.38 examples 10 years ago
Pascal Cadotte Michaud 95e8e527fb typo: identfied -> identified 10 years ago
Pascal Cadotte Michaud b01f499285 Fix two typos in the precondition section 10 years ago
Andrew Murray 227529c729 Fixed typos 10 years ago
Marco A 6a1ccf5d0c Fix small typos 10 years ago
Adam Schwalm f59b024b7f Remove unnecessary reference to 'no naked new' in ES.62 10 years ago