Correct typo of defaults for docs property sorting

Test: manual
Change-Id: Iaca7ba51ca658529dacd2a324412964b2732c4b4
This commit is contained in:
Liz Kammer 2020-07-07 13:47:29 -07:00
parent 203a3f2f39
commit a93fbacdbe

View file

@ -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,
}