@itwin/core-i18n 4.8.0-dev.17 → 4.8.0-dev.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17185,7 +17185,7 @@ var CompressedId64Set;
17185
17185
  }
17186
17186
  CompressedId64Set.compressSet = compressSet;
17187
17187
  /** Create a sorted array from `ids`, then return a compact string representation of those Ids.
17188
- * @see [[compressIds]] if `ids` is known to already be sorted.
17188
+ * @see [[CompressedId64Set.compressIds]] if `ids` is known to already be sorted.
17189
17189
  */
17190
17190
  function sortAndCompress(ids) {
17191
17191
  // `string` is an Iterable<string>. In that case assume caller passed a single Id64String.