build based on e7b6ba8

This commit is contained in:
Documenter.jl
2025-09-04 14:27:26 +00:00
parent 2c03eb8f46
commit 738d34a2ec
24 changed files with 24 additions and 24 deletions

View File

@@ -874,7 +874,7 @@
"source": [
"### Higher-order functions\n",
"\n",
"Higher order functions are functions that take and/or return other functions. And example is the `count` function in Julia.\n",
"Higher order functions are functions that take and/or return other functions. An example is the `count` function in Julia.\n",
"\n",
"For instance, we can pass a user-defined function to count the number of even elements in an array."
]