From 16e3cd380af570fb2f656e0344bab88829a4bcda Mon Sep 17 00:00:00 2001 From: practicalswift Date: Sun, 20 May 2018 22:12:25 +0200 Subject: Clarify include recommendation --- doc/developer-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 9081cab911..b722448a07 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -594,8 +594,8 @@ namespace { - *Rationale*: Avoids confusion about the namespace context -- Prefer `#include ` bracket syntax instead of - `#include "primitives/transactions.h"` quote syntax when possible. +- Use `#include ` bracket syntax instead of + `#include "primitives/transactions.h"` quote syntax. - *Rationale*: Bracket syntax is less ambiguous because the preprocessor searches a fixed list of include directories without taking location of the -- cgit v1.2.3