Skip to content

Commit 62fdf9b

Browse files
author
MarcoFalke
committed
Merge #11916: Typo fix
58c909d Typo fix (flack) Pull request description: Tree-SHA512: 8ed89086230a257f4e3261972420feef60ceb618bfe75e0392a1c0cef72c20a55259bc9aec4fa79ef27c6ac8e7aec1275ff442efa539c5951b6e7c695883ab1b
2 parents df71819 + 58c909d commit 62fdf9b

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)