Skip to content

Commit 337bb17

Browse files
committed
Update common.md
1 parent 5d831ab commit 337bb17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function removeDuplicateChar(str){
6969

7070
回文:从左到右跟从右到左是一样的。
7171

72-
Bulid-in 内置方法
72+
Bulid-in Method 内置方法
7373
```js
7474
function isPalindrom(str) {
7575
return str === str.split('').reverse().join('');

0 commit comments

Comments
 (0)