Skip to content

Commit 16e3cd3

Browse files
Clarify include recommendation
1 parent 6d10f43 commit 16e3cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/developer-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,8 @@ namespace {
594594

595595
- *Rationale*: Avoids confusion about the namespace context
596596

597-
- Prefer `#include <primitives/transaction.h>` bracket syntax instead of
598-
`#include "primitives/transactions.h"` quote syntax when possible.
597+
- Use `#include <primitives/transaction.h>` bracket syntax instead of
598+
`#include "primitives/transactions.h"` quote syntax.
599599

600600
- *Rationale*: Bracket syntax is less ambiguous because the preprocessor
601601
searches a fixed list of include directories without taking location of the

0 commit comments

Comments
 (0)