diff options
| author | klemens <[email protected]> | 2017-08-16 00:24:39 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-08-16 00:24:39 +0200 |
| commit | f42fc1d508f24447519f79cf6304b2e4e2233a51 (patch) | |
| tree | 77569674d0fbb6ec885bbd08def6f52b0f966d50 /doc/developer-notes.md | |
| parent | Merge #10556: Move stop/start functions from utils.py into BitcoinTestFramework (diff) | |
| download | discoin-f42fc1d508f24447519f79cf6304b2e4e2233a51.tar.xz discoin-f42fc1d508f24447519f79cf6304b2e4e2233a51.zip | |
doc: spelling fixes
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 81bdcc9fd..6c948d515 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -4,7 +4,7 @@ Developer Notes Various coding styles have been used during the history of the codebase, and the result is not very consistent. However, we're now trying to converge to a single style, which is specified below. When writing patches, favor the new -style over attempting to mimick the surrounding style, except for move-only +style over attempting to mimic the surrounding style, except for move-only commits. Do not submit patches solely to modify the style of existing code. |