Merge "Correct typo of defaults for docs property sorting"
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