Correct typo of defaults for docs property sorting
Test: manual Change-Id: Iaca7ba51ca658529dacd2a324412964b2732c4b4
This commit is contained in:
@@ -44,7 +44,7 @@ var propertyRank = map[string]int{
|
|||||||
"name": 0,
|
"name": 0,
|
||||||
"src": 1,
|
"src": 1,
|
||||||
"srcs": 2,
|
"srcs": 2,
|
||||||
"defautls": 3,
|
"defaults": 3,
|
||||||
"host_supported": 4,
|
"host_supported": 4,
|
||||||
"device_supported": 5,
|
"device_supported": 5,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user