Skip to content

Commit

Permalink
Revert "Fix anchor link"
Browse files Browse the repository at this point in the history
This reverts commit 1474fcd.

As of dlang-tour/core#783, we should be able to use URL fragments to link to
specific headings, so the previous version of the code (that used them) is
preferrable.
  • Loading branch information
PetarKirov committed Jul 31, 2023
1 parent aaa8a87 commit 555d1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gems/functional-programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ D puts an emphasis on *functional programming* and provides
first-class support for development
in a functional style. See:
* [immutable](basics/type-qualifiers) type qualifier
* [delegates](basics/delegates)
* [anonymous functions](basics/delegates#anonymous-functions-lambdas)
* [range algorithms](gems/range-algorithms)

## Pure functions
Expand Down

0 comments on commit 555d1f7

Please sign in to comment.