Skip to content

fix(type-plus): rename Seperator type parameter to Separator - #713

Merged
unional merged 1 commit into
mainfrom
fix-separator-typo
Sep 24, 2026
Merged

unional merged 1 commit into
mainfrom
fix-separator-typo

Conversation

@unional

@unional unional commented Sep 23, 2026

Copy link
Copy Markdown
Collaborator

Summary

Renames the misspelled Seperator type parameter of StringSplit (src/string/string.ts) and StringPlus.Split (src/string/string_plus.ts) to Separator, and fixes the website string docs to match. No Seperator or seperator is left in the repo. That includes llms.txt and src/string/readme.md.

Not breaking, because type parameter names are not part of the call contract. Patch changeset.

Verification

  • pnpm verify passes

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Sep 23, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: eae3b19

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
type-plus Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov

codecov Bot commented Sep 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (e996aab) to head (eae3b19).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #713   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           43        43           
  Lines          231       231           
  Branches        51        51           
=========================================
  Hits           231       231           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@unional
unional added this pull request to the merge queue Sep 24, 2026
Merged via the queue into main with commit dbeaab5 Sep 24, 2026
7 checks passed
@unional
unional deleted the fix-separator-typo branch September 24, 2026 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant