Skip to content

Commit 10b4f32

Browse files
committed
Media: fix @SInCE tag for media in parser's ast
1 parent 5deb63c commit 10b4f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/ast.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ and nestable_block_element =
6666
* media_href with_location
6767
* inline_element with_location list
6868
* media
69-
(** @since 2.5.0 *) ]
69+
(** @since 3.0.0 *) ]
7070
(** Some block elements may be nested within lists or tags, but not all.
7171
The [`List] constructor has a parameter of type [\[`Light | `Heavy\]].
7272
This corresponds to the syntactic constructor used (see the

0 commit comments

Comments
 (0)