We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d10f43 commit 16e3cd3Copy full SHA for 16e3cd3
doc/developer-notes.md
@@ -594,8 +594,8 @@ namespace {
594
595
- *Rationale*: Avoids confusion about the namespace context
596
597
-- Prefer `#include <primitives/transaction.h>` bracket syntax instead of
598
- `#include "primitives/transactions.h"` quote syntax when possible.
+- Use `#include <primitives/transaction.h>` bracket syntax instead of
+ `#include "primitives/transactions.h"` quote syntax.
599
600
- *Rationale*: Bracket syntax is less ambiguous because the preprocessor
601
searches a fixed list of include directories without taking location of the
0 commit comments