saltfish 0.3.21 → 0.3.22

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.
@@ -81,7 +81,7 @@ export declare class TranscriptManager {
81
81
  /**
82
82
  * Calculate the word window (start and end indices) for display
83
83
  * Shows 1-4 words based on text length to prevent overflow and line breaks
84
- * Always splits at sentence boundaries (! and ?)
84
+ * Always splits at sentence boundaries (. ! and ?)
85
85
  */
86
86
  private calculateWordWindow;
87
87
  /**