Skip to content

Commit 5aac4f2

Browse files
author
Martin Brecht-Precht
committed
Fixed an naming issue.
1 parent b059dfb commit 5aac4f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Common/HeadingLevel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
namespace Markdom\Common;
44

55
/**
6-
* Class EmphasisLevel
6+
* Class HeadingLevel
77
*
88
* @package Markdom\Common
99
*/
10-
class EmphasisLevel
10+
class HeadingLevel
1111
{
1212

1313
const LEVEL_1 = 'LEVEL_1';

0 commit comments

Comments
 (0)