aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2017-12-16 13:38:12 -0500
committerMarcoFalke <[email protected]>2017-12-16 13:38:22 -0500
commit62fdf9b07087b80d2142799bdd2324f61483359d (patch)
tree50efa17034d776e9326ac71d00763ac6971aa8b3
parentMerge #11886: Clarify getbalance meaning a tiny bit in response to questions. (diff)
parentTypo fix (diff)
downloaddiscoin-62fdf9b07087b80d2142799bdd2324f61483359d.tar.xz
discoin-62fdf9b07087b80d2142799bdd2324f61483359d.zip
Merge #11916: Typo fix
58c909d8d1 Typo fix (flack) Pull request description: Tree-SHA512: 8ed89086230a257f4e3261972420feef60ceb618bfe75e0392a1c0cef72c20a55259bc9aec4fa79ef27c6ac8e7aec1275ff442efa539c5951b6e7c695883ab1b
-rw-r--r--doc/developer-notes.md2
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