Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48a7565

Browse files
author
Felicity Chapman
committed
Fix tag error spotted by PR check
1 parent 8a444b6 commit 48a7565

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

cpp/ql/src/Architecture/General Namespace-Level Information/CyclicNamespaces.qhelp

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ on one another.</p>
1010
</overview>
1111

1212
<recommendation>
13-
<p>If there are cyclic dependencies between packages, they cannot be developed and tested independently. It is thus preferable to
14-
eliminate such cycles from the program.</recommendation>
13+
<p>If there are cyclic dependencies between packages, they cannot be developed and tested independently.
14+
It is better to eliminate such cycles from the program.</p>
15+
</recommendation>
1516

1617
<references>
1718
<li>Robert Martin's <a href="https://drive.google.com/file/d/0BwhCYaYDn8EgOGM2ZGFhNmYtNmE4ZS00OGY5LWFkZTYtMjE0ZGNjODQ0MjEx/view">Acyclic Dependencies Principle</a>.
18-
</li></references></qhelp>
19+
</li>
20+
</references>
21+
</qhelp>

0 commit comments

Comments
 (0)