Skip to content

Commit 4b12126

Browse files
committed
Edit wording
1 parent a95d882 commit 4b12126

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/for-contributors/Generator/name-processing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ This section explains how names flow through the SilkTouch generator pipeline.
4141
## Test cases
4242

4343
The 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
5858
The rest of the processing (eg: prettification), while complex, is done uniformly.
5959

6060
This 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
6262
handled, affixes are usually where native APIs differ in their naming conventions. Other differences fall outside
6363
the common case and are therefore handled by the generator user or by other mods.
6464

0 commit comments

Comments
 (0)