Skip to content

Commit 54f1995

Browse files
brianfunkclaude
andcommitted
docs: fix style count in JSDoc header and CLAUDE.md
JSDoc said "30+" but there are 29 styles. CLAUDE.md listed 24 styles and was missing train, hashtag, acronym, rot13, flip. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ece1700 commit 54f1995

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Project Context
44

5-
capstring is a lightweight JavaScript library for text capitalization and transformation. It supports 24+ different styles including case transformations, code conventions, and fun styles.
5+
capstring is a lightweight JavaScript library for text capitalization and transformation. It supports 29 different styles including case transformations, code conventions, and fun styles.
66

77
## Development Commands
88

@@ -28,11 +28,12 @@ Single-file library with a main function and helper exports:
2828
- `isValidStyle(style)` - Validates a style name
2929
- `STYLES` - Frozen array constant of all styles
3030

31-
## Supported Styles (24 total)
31+
## Supported Styles (29 total)
3232

3333
**Case:** same, none, proper, title, sentence, upper, lower, swap
34-
**Code:** camel, pascal, snake, kebab, slug, constant, python, dot, path
34+
**Code:** camel, pascal, snake, kebab, slug, constant, python, dot, path, train
3535
**Fun:** leet, reverse, sponge, mock, alternate, crazy, random
36+
**New:** hashtag, acronym, rot13, flip
3637

3738
## When Making Changes
3839

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
/**
10-
* capstring - CaPiTaLiZe StRiNgS in 30+ ways!
10+
* capstring - CaPiTaLiZe StRiNgS in 29 ways!
1111
* @module capstring
1212
*/
1313

0 commit comments

Comments
 (0)