File tree Expand file tree Collapse file tree
docs/for-contributors/Generator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ This section explains how names flow through the SilkTouch generator pipeline.
4141## Test cases
4242
4343The behavior for the name processing pipeline is heavily unit tested.
44- Please refer to the unit tests for the corresponding section of the codebase to see detailed examples of how
45- different inputs are transformed into their outputs.
44+ Please refer to the unit tests for the corresponding section of the codebase to see detailed examples
45+ of expected inputs and outputs.
4646
4747## PrettifyNames
4848
@@ -58,7 +58,7 @@ and other mods for API-specific annotations (eg: API-specific prefix/suffix conv
5858The rest of the processing (eg: prettification), while complex, is done uniformly.
5959
6060This allows ` PrettifyNames ` to focus strictly on the common case, while edge cases are handled elsewhere.
61- In practice, this works fairly well. Even though the configuration options are limited mostly to how affixes are
61+ This works fairly well in practice . Even though the configuration options are limited mostly to how affixes are
6262handled, affixes are usually where native APIs differ in their naming conventions. Other differences fall outside
6363the common case and are therefore handled by the generator user or by other mods.
6464
You can’t perform that action at this time.
0 commit comments