diff options
author | 2025-05-11 14:56:24 +0100 | |
---|---|---|
committer | 2025-05-11 14:56:24 +0100 | |
commit | fb97c291fc31d0d8d094de9782d831a71b9e464b (patch) | |
tree | af5296c1e994847748a158a86b926ccd766e50f1 /DevDocs/code-style.txt | |
parent | 4593422e3b9dc8c1451b2457d1296f9c8e4fc063 (diff) | |
download | sst-fb97c291fc31d0d8d094de9782d831a71b9e464b.tar.gz sst-fb97c291fc31d0d8d094de9782d831a71b9e464b.zip |
Fix an ironic misspellingHEADv0.11-BETAmaster
American Scotsman fails to follow own rules.
Diffstat (limited to 'DevDocs/code-style.txt')
-rw-r--r-- | DevDocs/code-style.txt | 2 |
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. |