[rtems-docs commit] eng/coding-conventions.rst: Fix duplicate periods

Joel Sherrill joel at rtems.org
Wed Jun 15 15:47:22 UTC 2022


Module:    rtems-docs
Branch:    master
Commit:    582141e757a449621f8e54698335da08f497b1fd
Changeset: http://git.rtems.org/rtems-docs/commit/?id=582141e757a449621f8e54698335da08f497b1fd

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Jun 15 10:53:21 2022 -0500

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 <https://devel.rtems.org/wiki/Developer/Coding/ThirdPartyCode>`_..
+* Minimize modifications to `third-party code <https://devel.rtems.org/wiki/Developer/Coding/ThirdPartyCode>`_.
 * 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.



More information about the vc mailing list