diff --git a/src/dev-guide.rst b/src/dev-guide.rst index 679c2709..1b0daa87 100644 --- a/src/dev-guide.rst +++ b/src/dev-guide.rst @@ -10,6 +10,13 @@ Developer Guide This document outlines the various formats, processes, and procedures associated with the maintenance of the FLS. +Enumeration +----------- + +When enumerating multiple entities, sort them alphabetically. + +For example, in the sentence "A function item type implements Clone, Copy, Send, and Sync traits", the enumerated traits are sorted alphabetically. + Changelog maintenance ---------------------