Skip to content

Commit 4ef1008

Browse files
q-litzlerPLNech
andauthored
Update src/commonMain/kotlin/com/algolia/search/model/settings/Settings.kt
Co-Authored-By: Paul-Louis NECH <[email protected]>
1 parent d3f86c0 commit 4ef1008

File tree

1 file changed

+2
-2
lines changed
  • src/commonMain/kotlin/com/algolia/search/model/settings

1 file changed

+2
-2
lines changed

src/commonMain/kotlin/com/algolia/search/model/settings/Settings.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ public data class Settings(
359359
*/
360360
@SerialName(KeyUserData) var userData: JsonObject? = null,
361361
/**
362-
* This parameter configures the segmentation of Japanese text at indexing time.
362+
* This parameter configures the segmentation of text at indexing time.
363363
* Accepted value: [Language.Japanese]
364364
* Input data to index is treated as Japanese text.
365365
*/
@@ -371,4 +371,4 @@ public data class Settings(
371371
*/
372372
@SerialName(KeyPrimary)
373373
val primary: IndexName? = null
374-
}
374+
}

0 commit comments

Comments
 (0)