summaryrefslogtreecommitdiff
path: root/docs/HACKING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/HACKING.txt')
-rw-r--r--docs/HACKING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HACKING.txt b/docs/HACKING.txt
index fb426a14..614d2b13 100644
--- a/docs/HACKING.txt
+++ b/docs/HACKING.txt
@@ -44,7 +44,7 @@ necessary.
void function(param1, param2) {
}
- class TheClass : public TheSubclass {
+ class TheClass : public TheSupclass {
};
Ending parenthesis may be on next line for clarity.