es-toolkit 1.16.0-dev.481 → 1.16.0-dev.482

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.
@@ -1,7 +1,8 @@
1
1
  /**
2
2
  * Converts a string to camel case.
3
3
  *
4
- * camel case is the naming convention in which each word is written in lowercase and separated by an underscore (_) character.
4
+ * Camel case is the naming convention in which the first word is written in lowercase and
5
+ * each subsequent word begins with a capital letter, concatenated without any separator characters.
5
6
  *
6
7
  * @param {string} str - The string that is to be changed to camel case.
7
8
  * @returns {string} - The converted string to camel case.
@@ -1,7 +1,8 @@
1
1
  /**
2
2
  * Converts a string to camel case.
3
3
  *
4
- * camel case is the naming convention in which each word is written in lowercase and separated by an underscore (_) character.
4
+ * Camel case is the naming convention in which the first word is written in lowercase and
5
+ * each subsequent word begins with a capital letter, concatenated without any separator characters.
5
6
  *
6
7
  * @param {string} str - The string that is to be changed to camel case.
7
8
  * @returns {string} - The converted string to camel case.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
3
  "description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
4
- "version": "1.16.0-dev.481+f85579bc",
4
+ "version": "1.16.0-dev.482+d47603f4",
5
5
  "homepage": "https://es-toolkit.slash.page",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",
7
7
  "repository": {