Skip to content

Commit b638439

Browse files
committed
Improve wording
1 parent 10a9da7 commit b638439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/MeiliSearch/Indexes.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ public struct Indexes {
695695
self.settings.resetDistinctAttribute(self.uid, completion)
696696
}
697697

698-
// MARK: Searchable Attribute
698+
// MARK: Searchable Attributes
699699

700700
/**
701701
Get the searchable attribute field of an `Index`.
@@ -738,7 +738,7 @@ public struct Indexes {
738738
self.settings.resetSearchableAttributes(self.uid, completion)
739739
}
740740

741-
// MARK: Displayed Attribute
741+
// MARK: Displayed Attributes
742742

743743
/**
744744
Get the displayed attribute field of the index.

0 commit comments

Comments
 (0)