diff options
| author | flack <[email protected]> | 2017-12-16 13:29:26 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-12-16 13:29:26 +0100 |
| commit | 58c909d8d118989efd4afea16a3856934268e77b (patch) | |
| tree | 50efa17034d776e9326ac71d00763ac6971aa8b3 /doc/developer-notes.md | |
| parent | Merge #11886: Clarify getbalance meaning a tiny bit in response to questions. (diff) | |
| download | discoin-58c909d8d118989efd4afea16a3856934268e77b.tar.xz discoin-58c909d8d118989efd4afea16a3856934268e77b.zip | |
Typo fix
Diffstat (limited to 'doc/developer-notes.md')
| -rw-r--r-- | doc/developer-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 7f34b07d1..9dc63a1e4 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -493,7 +493,7 @@ namespace { - *Rationale*: Avoids confusion about the namespace context - Prefer `#include <primitives/transaction.h>` bracket syntax instead of - `#include "primitives/transactions.h"`` quote syntax when possible. + `#include "primitives/transactions.h"` quote syntax when possible. - *Rationale*: Bracket syntax is less ambiguous because the preprocessor searches a fixed list of include directories without taking location of the |