Skip to content

Commit 9b80ab5

Browse files
authored
Fix admonition blocks in Module docs (#15175)
1 parent 526d00f commit 9b80ab5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/elixir/lib/module.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ defmodule Module do
959959
960960
It handles binaries and atoms.
961961
962-
> #### Untracked compile-time dependencies {. :warning}
962+
> #### Untracked compile-time dependencies {: .warning}
963963
>
964964
> Use this function with care, as dynamically defining
965965
> module names at compilation time may lead to
@@ -985,7 +985,7 @@ defmodule Module do
985985
It handles binaries and atoms. If one of the aliases
986986
is nil, it is discarded.
987987
988-
> #### Untracked compile-time dependencies {. :warning}
988+
> #### Untracked compile-time dependencies {: .warning}
989989
>
990990
> Use this function with care, as dynamically defining
991991
> module names at compilation time may lead to
@@ -1016,7 +1016,7 @@ defmodule Module do
10161016
If the alias was not referenced yet, fails with `ArgumentError`.
10171017
It handles binaries and atoms.
10181018
1019-
> #### Untracked compile-time dependencies {. :warning}
1019+
> #### Untracked compile-time dependencies {: .warning}
10201020
>
10211021
> Use this function with care, as dynamically defining
10221022
> module names at compilation time may lead to
@@ -1040,7 +1040,7 @@ defmodule Module do
10401040
If the alias was not referenced yet, fails with `ArgumentError`.
10411041
It handles binaries and atoms.
10421042
1043-
> #### Untracked compile-time dependencies {. :warning}
1043+
> #### Untracked compile-time dependencies {: .warning}
10441044
>
10451045
> Use this function with care, as dynamically defining
10461046
> module names at compilation time may lead to

0 commit comments

Comments
 (0)