From 582141e757a449621f8e54698335da08f497b1fd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Jun 2022 10:53:21 -0500 Subject: eng/coding-conventions.rst: Fix duplicate periods --- eng/coding-conventions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3