Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85e326d9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Correct typo of defaults for docs property sorting"

parents c87fbdd0 a93fbacd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
}