Skip to content

Commit 58c909d

Browse files
authored
Typo fix
1 parent df71819 commit 58c909d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developer-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ namespace {
493493
- *Rationale*: Avoids confusion about the namespace context
494494

495495
- Prefer `#include <primitives/transaction.h>` bracket syntax instead of
496-
`#include "primitives/transactions.h"`` quote syntax when possible.
496+
`#include "primitives/transactions.h"` quote syntax when possible.
497497

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

0 commit comments

Comments
 (0)