diff options
| author | demo <demo@antix1> | 2026-05-11 12:29:35 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-11 12:29:35 -0400 |
| commit | 16c2a70d67dec3a28121fd9f428189ac425ee6c6 (patch) | |
| tree | 470558a0287404a1666cfbbe427d0793ac25f8a4 | |
| parent | cb13fa3e7d85f57bebf464827b308dfda79d29ba (diff) | |
fix: fix typo
| -rw-r--r-- | internal/links/find_count_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/links/find_count_test.go b/internal/links/find_count_test.go index c756fa9..756557b 100644 --- a/internal/links/find_count_test.go +++ b/internal/links/find_count_test.go @@ -17,7 +17,7 @@ type exampleType struct { var examples = []exampleType{ // Example 1 {2, "https://example.com", ` -<html>c +<html> <head> <title>Ex 1</title> <head> |
