Message ID | 20240619062049.C86DF33E62@hamza.pair.com |
---|---|
State | New |
Headers | show |
Series | [pushed] wwwdocs: codingrationale: Fix spelling | expand |
diff --git a/htdocs/codingrationale.html b/htdocs/codingrationale.html index c51c9da4..5e3d6b88 100644 --- a/htdocs/codingrationale.html +++ b/htdocs/codingrationale.html @@ -18,7 +18,7 @@ <p> Inlining functions has a potential cost in object size, -working set size, compile time, and debuggablity. +working set size, compile time, and debugability. These costs should not be borne without some evidence that the inlining pays for itself. </p>