Skip to content

Commit

Permalink
doc: Exposing functions -> change to Heading level 3 (#840)
Browse files Browse the repository at this point in the history
Adapt markdown for configuration.md file, where `Exposing functions` a heading of the same level as `Exposing Constants` and `Exposing Classes`
  • Loading branch information
VanwildemeerschBrent authored Sep 25, 2023
1 parent 1a49b88 commit b912101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ return $loader;
```


##### Exposing functions
### Exposing functions

The mechanism is very similar to the one used for classes. However since a
function similar to `class_alias` does not exists for functions, we declare
Expand Down

0 comments on commit b912101

Please sign in to comment.