Skip to content

Commit b5081a8

Browse files
Update 234. Palindrome Linked List.md
1 parent 7d33099 commit b5081a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Linked List Problem/234. Palindrome Linked List.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ https://leetcode.com/problems/palindrome-linked-list/description/
44

55
## Problem Description
66

7-
Given the head of a singly linked list, return true <i>if it is a
8-
**palindrome** or false otherwise</i>.
7+
Given the **head** of a singly linked list, return true <i>if it is a
8+
**palindrome** or *false* otherwise</i>.
99

1010
**Example 1:**
1111

0 commit comments

Comments
 (0)