提交 cd566779 编写于 作者: J Jeremy Hage 提交者: labuladong

Fixed Minor Typo

I know this is small, but I thought I'd PR, anyway.
上级 56409761
......@@ -69,7 +69,7 @@ void traverse(ListNode head) {
}
void traverse(ListNode head) {
// recusively head.val
// recursively head.val
traverse(head.next)
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册