diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-07-24 13:50:59 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-07-24 13:50:59 +0200 |
commit | ab7527ce7aa0a0779c0db87d95b0d14a21a0c45e (patch) | |
tree | 1414d97cbb8df71b968a3b5d17254aaf8edfb6c6 /doc | |
parent | info: refer to concept sections for mds-meta and mds-endomon (diff) | |
download | mds-ab7527ce7aa0a0779c0db87d95b0d14a21a0c45e.tar.gz mds-ab7527ce7aa0a0779c0db87d95b0d14a21a0c45e.tar.bz2 mds-ab7527ce7aa0a0779c0db87d95b0d14a21a0c45e.tar.xz |
style guide
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/style-guide-for-documentation | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/style-guide-for-documentation b/doc/style-guide-for-documentation index 65f1aa6..2eaf185 100644 --- a/doc/style-guide-for-documentation +++ b/doc/style-guide-for-documentation @@ -262,3 +262,22 @@ For example, write ‘The user … if she …’ rather than: ‘One … if one …’ ‘… if you …’ + + + +‘an’ versus ‘a’ +--------------- +Follow the rule that says only words starting with +a vowel is preceded by ‘an’. This means that semivowels +and ‘h’:s regardless of silentness and even +syllable-emphasis are preceded by ‘a’. +For example: + ‘a universe’ (phonetically starts with semivowel ‘j’) + ‘a hyperbola’ (starts with non-silent ‘h’, emphasis on second syllable) + ‘a hotel’ (starts with non-silent ‘h’ in modern pronunciations) + ‘an hour’ (phonetically starts with diphthong ou, ‘h’ is silent) + ‘an umbrella’ (starts with vowel ‘u’, no ‘j’ is prepended) + ‘a hammer’ (starts with consonant ‘h’, no ‘j’ is prepended) + ‘a July-night’ (starts with semivowel ‘j’, or alternatively consonant ‘dj’) + ‘a ‘one’’ (phonetically starts with semivowel ‘w’) + |