Skip to content

Commit f4e133a

Browse files
committed
Fix problems with code section characters in readme files - lc problem: No.0019
1 parent 57483ea commit f4e133a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

solution/0000-0099/0019.Remove Nth Node From End of List/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ var removeNthFromEnd = function (head, n) {
280280

281281
#### Swift
282282

283-
````swift
283+
```swift
284284
/**
285285
* Definition for singly-linked list.
286286
* public class ListNode {
@@ -412,4 +412,3 @@ class Solution {
412412
<!-- solution:end -->
413413

414414
<!-- problem:end -->
415-
````

solution/0000-0099/0019.Remove Nth Node From End of List/README_EN.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ var removeNthFromEnd = function (head, n) {
277277

278278
#### Swift
279279

280-
````swift
280+
```swift
281281
/**
282282
* Definition for singly-linked list.
283283
* public class ListNode {
@@ -409,4 +409,3 @@ class Solution {
409409
<!-- solution:end -->
410410

411411
<!-- problem:end -->
412-
````

0 commit comments

Comments
 (0)