Skip to content

Commit

Permalink
Remove rule 3 from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a authored Aug 15, 2023
1 parent 711f466 commit cdf01ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ boundary is considered to be just prior to that uppercase character.
2. If multiple uppercase characters are consecutive, they are considered to
be within a single word, except that the last will be part of the next word
if it is followed by lowercase characters (see rule 1).
3. Non-alphabetic chraracters inherit the case of the preceding character
for use in rules 1 and 2.

That is, "HelloWorld" is segmented `Hello|World` whereas "XMLHttpRequest" is
segmented `XML|Http|Request`.
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
//! 2. If multiple uppercase characters are consecutive, they are considered to
//! be within a single word, except that the last will be part of the next word
//! if it is followed by lowercase characters (see rule 1).
//! 3. Non-alphabetic chraracters inherit the case of the preceding character
//! for use in rules 1 and 2.
//!
//! That is, "HelloWorld" is segmented `Hello|World` whereas "XMLHttpRequest" is
//! segmented `XML|Http|Request`.
Expand Down

0 comments on commit cdf01ca

Please sign in to comment.