diff --git a/eng/coding-conventions.rst b/eng/coding-conventions.rst index 575dd44..b56d3c2 100644 --- a/eng/coding-conventions.rst +++ b/eng/coding-conventions.rst @@ -206,7 +206,7 @@ Portability Maintainability --------------- -* Minimize modifications to `third-party code `_.. +* Minimize modifications to `third-party code `_. * Keep it simple! Simple code is easier to debug and easier to read than clever code. * Share code with other architectures, CPUs, and BSPs where possible. * Do not duplicate standard OS or C Library routines.