Skip to content

Commit 9b07311

Browse files
authored
Fix typo in normalization.md (#365)
1 parent e3ce58f commit 9b07311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

building/tooling/representers/normalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public static class Fake
147147

148148
## Normalize the order where insignificant
149149

150-
In some cases the order or code does not matter. To prevent the same code in different order to create different representations, it might be useful to sort it. Usually the items to sort are functions or declarations. It might be tricky to find the metric(s) to sort by and also tricky to implement. One metric could be the how many AST node children the node contains, another the name of the type of the first child node.
150+
In some cases the order of code does not matter. To prevent the same code in different order to create different representations, it might be useful to sort it. Usually the items to sort are functions or declarations. It might be tricky to find the metric(s) to sort by and also tricky to implement. One metric could be the how many AST node children the node contains, another the name of the type of the first child node.
151151

152152
This example sorts by some kind of function length:
153153

0 commit comments

Comments
 (0)