Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
JasonLamv-t and yin1999 authored Aug 15, 2023
1 parent a10b4f9 commit 2b0567b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ toLocaleLowerCase(locales)

### 返回值

一个新的字符串,表示调用字符串根据特定区域设置的大小写映射规则转换为小写形式
一个新的字符串,表示调用字符串根据特定区域设置的大小写映射规则转换得到的小写形式

## 描述

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ toLocaleUpperCase(locales)

### 返回值

一个新的字符串,表示调用字符串根据特定区域设置的大小写映射规则转换为大写形式
一个新的字符串,表示调用字符串根据特定区域设置的大小写映射规则转换得到的大写形式

## 描述

Expand Down

0 comments on commit 2b0567b

Please sign in to comment.