Compare commits

...

1 Commits

Author SHA1 Message Date
Claude Bot
05ff877002 docs: Fix broken link to Bun.stringWidth() in API reference
Update the anchor link for Bun.stringWidth() to match the actual heading
in the utils.md documentation file.

Fixes #23662

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-14 22:30:03 +00:00

View File

@@ -165,7 +165,7 @@ Click the link in the right column to jump to the associated documentation.
---
- String & Text Processing
- [`Bun.escapeHTML()`](https://bun.com/docs/api/utils#bun-escapehtml), [`Bun.stringWidth()`](https://bun.com/docs/api/utils#bun-stringwidth), `Bun.indexOfLine`
- [`Bun.escapeHTML()`](https://bun.com/docs/api/utils#bun-escapehtml), [`Bun.stringWidth()`](https://bun.com/docs/api/utils#bun-stringwidth-6-756x-faster-string-width-alternative), `Bun.indexOfLine`
---