aboutsummaryrefslogtreecommitdiff
path: root/DevDocs/code-style.txt
diff options
context:
space:
mode:
Diffstat (limited to 'DevDocs/code-style.txt')
-rw-r--r--DevDocs/code-style.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DevDocs/code-style.txt b/DevDocs/code-style.txt
index e909887..189d0f8 100644
--- a/DevDocs/code-style.txt
+++ b/DevDocs/code-style.txt
@@ -753,7 +753,7 @@ The rest of these points apply to first-party code, i.e., SST itself:
Rationale:
In these specific cases, clarity was thought to be aided by having the purpose
- of the macro front and center, and in the case of DEF/DECL, by grouping them
+ of the macro front and centre, and in the case of DEF/DECL, by grouping them
semantically with other similar macros across the codebase. Most macros will
not be subject to such exceptions, but like everything in this codebase, you
must always allow for exceptions, except in cases where you shouldn’t.