Skip to content

Commit

Permalink
make absolute link to equality.html relative
Browse files Browse the repository at this point in the history
kkotenko authored and vindarel committed Oct 11, 2024
1 parent b3ba974 commit a7af762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-structures.md
Original file line number Diff line number Diff line change
@@ -1050,7 +1050,7 @@ library (in Quicklisp) has the functions `hash-table-keys` and

Use `equalp` to compare the equality of hash-tables, element by
element. `equalp` is case-insensitive for strings. Read more in our
[equality](/equality.html) section.
[equality](equality.html) section.


### Testing for the Presence of a Key in a Hash Table

0 comments on commit a7af762

Please sign in to comment.