Skip to content

Commit 87b7a6a

Browse files
committed
URL correction.
1 parent 26f971c commit 87b7a6a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<p>
6262
Yes, an idiomatic <a href=
6363
"https://github.com/blosavio/see-sharp/blob/7b002b87516286bcc0a0d43122ae15a6d477e2e3/src/see_sharp/core.clj#L17-L22">variant</a> composed of
64-
<code>reduce</code>, <code>conj!</code>, and transients performs <a href="https://blosavio.github.io/see-charp/select_keys_performance.html">5–20%
64+
<code>reduce</code>, <code>conj!</code>, and transients performs <a href="https://blosavio.github.io/see-sharp/select_keys_performance.html">5–20%
6565
faster</a> than Clojure&apos;s <code>select-keys</code> on hashmaps containing up to one-million entries.
6666
</p>
6767
<p>

doc/readme.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">
5-
<meta charset="utf-8" compile-date="2026-04-15 13:56:46" content="width=device-width, initial-scale=1" name="viewport">
5+
<meta charset="utf-8" compile-date="2026-04-15 14:16:05" content="width=device-width, initial-scale=1" name="viewport">
66
<link href="project.css" rel="stylesheet" type="text/css">
77
<title>
88
See-sharp — A slightly faster implementation of Clojure's `select-keys`
@@ -70,7 +70,7 @@ <h2>
7070
<p>
7171
Yes, an idiomatic <a href=
7272
"https://github.com/blosavio/see-sharp/blob/7b002b87516286bcc0a0d43122ae15a6d477e2e3/src/see_sharp/core.clj#L17-L22">variant</a> composed of
73-
<code>reduce</code>, <code>conj!</code>, and transients performs <a href="https://blosavio.github.io/see-charp/select_keys_performance.html">5–20%
73+
<code>reduce</code>, <code>conj!</code>, and transients performs <a href="https://blosavio.github.io/see-sharp/select_keys_performance.html">5–20%
7474
faster</a> than Clojure's <code>select-keys</code> on hashmaps containing up to one-million entries.
7575
</p>
7676
<p>

resources/readme_sections/usage.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
", "
2323
[:code "conj!"]
2424
", and transients performs "
25-
[:a {:href "https://blosavio.github.io/see-charp/select_keys_performance.html"}
25+
[:a {:href "https://blosavio.github.io/see-sharp/select_keys_performance.html"}
2626
"5–20% faster"]
2727
" than Clojure's "
2828
[:code "select-keys"]

0 commit comments

Comments
 (0)