Skip to content

Commit b5367ed

Browse files
committed
fix comments
1 parent 98ecfbb commit b5367ed

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

css/style.css

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* Стили для виджета сравнений из Wordpress */
2-
31
table.diff tbody tr td:nth-child(2) {
42
width: 4%
53
}

src/TextDiff.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class TextDiff
1515
*
1616
* @param string $left_string text
1717
* @param string $right_string text to compare
18-
* @param bool $split_view split into two columns
18+
* @param bool $split_view split into two columns (side by side comparison)
1919
*
2020
* @return string HTML table or empty string.
2121
*/

0 commit comments

Comments
 (0)