From aa5de905ca7abd89f36199104d6f7faa011995f4 Mon Sep 17 00:00:00 2001 From: jamesmckinna Date: Thu, 23 Jan 2025 11:49:54 +0000 Subject: [PATCH] doc: added note to `style-guide` --- doc/style-guide.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/style-guide.md b/doc/style-guide.md index 6f19e064b2..7da14eb7f5 100644 --- a/doc/style-guide.md +++ b/doc/style-guide.md @@ -571,8 +571,9 @@ word within a compound word is capitalized except for the first word. * Likewise, standard infix symbols for eg, divisibility on numeric datatypes/algebraic structure, should be written `\|`, NOT the - unmarked `|` character. An exception to this is the *strict* - ordering relation, written using `<`, NOT `\<` as might be expected. + unmarked `|` character. Ditto. mutual divisibility `\||` etc. An + exception to this is the *strict* ordering relation, written using + `<`, NOT `\<` as might be expected. * Since v2.0, the `Algebra` hierarchy systematically introduces consistent symbolic notation for the negated versions of the usual