diff --git a/rules/S6620/description.adoc b/rules/S6620/description.adoc index e5ed8ead145..a3d1b017189 100644 --- a/rules/S6620/description.adoc +++ b/rules/S6620/description.adoc @@ -23,8 +23,10 @@ We don't directly use highlighting, but use a specific form of it to [.underline ==== Source code -Code appears in two forms: `Embedded within a sentence`, in some cases as part of ``word``s, without spaces surrounding it. +Code appears in `embedded within a sentence`, in some cases as part of ``word``s, without spaces surrounding it. Embedded code can also be an https://en.wikipedia.org/wiki/Hyperlink[`hyperlink`]. + +It can also appear as a separate block: [source,csharp] ---- private void OtherSourceCode()