Skip to content

Commit a67f8d3

Browse files
committed
Typos
wil => will; developemnt => development.
1 parent 5547b43 commit a67f8d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CppCoreGuidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6946,8 +6946,8 @@ A major class of exception is legacy code, especially code that must remain comp
69466946
The fact that there are billions of lines of code that violate this rule against owning `T*`s cannot be ignored.
69476947
We'd love to see program transformation tools turning 20-year-old "legacy" code into shiny modern code,
69486948
we encourage the development, deploymenta and use of such tools,
6949-
we hope the guidelines wil help the development of such tools,
6950-
and we even contributed (and contribute) to the research and developemnt in this area.
6949+
we hope the guidelines will help the development of such tools,
6950+
and we even contributed (and contribute) to the research and development in this area.
69516951
However, it will take time: "legacy code" is generated faster than we can renovate old code, and so it will be for a few years.
69526952

69536953
This code cannot all be rewritten (ever assuming good code transformation software), especially not soon.

0 commit comments

Comments
 (0)