aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-notes.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-10-19 12:00:58 +0200
committerWladimir J. van der Laan <[email protected]>2015-10-19 12:01:07 +0200
commitfc41278e96890473c14916e2f7e0aa61e99c9849 (patch)
tree31596dc3908032a5eaa4eb9de5faf681f6ccccd7 /doc/developer-notes.md
parentMerge pull request #6849 (diff)
parentCorrect spelling mistakes in doc folder (diff)
downloaddiscoin-fc41278e96890473c14916e2f7e0aa61e99c9849.tar.xz
discoin-fc41278e96890473c14916e2f7e0aa61e99c9849.zip
Merge pull request #6843
99963b9 Correct spelling mistakes in doc folder (Mitchell Cash)
Diffstat (limited to 'doc/developer-notes.md')
-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 a649b3af4..4189d2218 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -57,7 +57,7 @@ As Doxygen recognizes the comments by the delimiters (`/**` and `*/` in this cas
To describe a class use the same construct above the class definition:
```c++
-/**
+/**
* Alerts are for notifying old versions if they become too obsolete and
* need to upgrade. The message is displayed in the status bar.
* @see GetWarnings()