Skip to content

Commit 7e3e22e

Browse files
committed
Merge bitcoin/bitcoin#35047: doc: fix typo 'parlor' to 'parlance' in developer-notes
ea893cf doc: fix typo 'parlor' to 'parlance' in developer-notes (ArvinFarrelP) Pull request description: Fix a small typo in doc/developer-notes.md. Replace "parlor" with "parlance" to use the correct term in the context of C++ terminology. ACKs for top commit: maflcko: lgtm ACK ea893cf l0rinc: ACK ea893cf Tree-SHA512: 5437e0eb1b40aa1eafe8a0482350ed6259ec3492f64e7ba8d046358a3dd9cf95bfc38825b781350fd321c453cc23dddb6a14fe7f5087e56c77a17e3d3e233de4
2 parents 58dccd2 + ea893cf commit 7e3e22e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/developer-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ Common misconceptions are clarified in those sections:
796796
- Do not compare an iterator from one data structure with an iterator of
797797
another data structure (even if of the same type).
798798

799-
- *Rationale*: Behavior is undefined. In C++ parlor this means "may reformat
799+
- *Rationale*: Behavior is undefined. In C++ parlance this means "may reformat
800800
the universe", in practice this has resulted in at least one hard-to-debug crash bug.
801801

802802
- Watch out for out-of-bounds vector access. `&vch[vch.size()]` is illegal,

0 commit comments

Comments
 (0)