Correct typo of defaults for docs property sorting
Test: manual Change-Id: Iaca7ba51ca658529dacd2a324412964b2732c4b4
This commit is contained in:
parent
203a3f2f39
commit
a93fbacdbe
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ var propertyRank = map[string]int{
|
|||
"name": 0,
|
||||
"src": 1,
|
||||
"srcs": 2,
|
||||
"defautls": 3,
|
||||
"defaults": 3,
|
||||
"host_supported": 4,
|
||||
"device_supported": 5,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue