Skip to content

Commit 8f93b3d

Browse files
committed
ce doccomments
1 parent 8a32101 commit 8f93b3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Sources/UnidocDB/Mongo.CollectionModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ extension Mongo.CollectionModel where Capacity == (bytes:Int, count:Int?)
100100
extension Mongo.CollectionModel
101101
{
102102
/// Creates any necessary indexes for this collection. Do not call this directly; call
103-
/// the ``setup(with:)`` method instead.
103+
/// the ``setup(with:)`` method instead. (Unless you are ``setup(with:)``.)
104104
private
105105
func setupIndexes(with session:Mongo.Session) async throws
106106
{

Sources/UnidocDB/Packages/Unidoc.PackageMetadata.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ extension Unidoc
2929
/// Indicates whether this package is hidden from the public.
3030
public
3131
var hidden:Bool
32-
33-
/// The current realm this package belongs to. A package can change realms.
32+
/// The current realm this package belongs to. A package can change realms, or lack one
33+
/// entirely.
3434
public
3535
var realm:Realm?
3636
/// Indicates if this package is currently undergoing realm alignment.

0 commit comments

Comments
 (0)