Skip to content

Commit b32efc1

Browse files
committed
take this opportunity to rename the Vertex collection
1 parent 10b2797 commit b32efc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/UnidocDB/Volumes/UnidocDatabase.Vertices.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extension UnidocDatabase
2222
extension UnidocDatabase.Vertices:DatabaseCollection
2323
{
2424
@inlinable public static
25-
var name:Mongo.Collection { "masters" }
25+
var name:Mongo.Collection { "vertices" }
2626

2727
typealias ElementID = Unidoc.Scalar
2828

0 commit comments

Comments
 (0)