Skip to content

Commit a9257f7

Browse files
committed
Fix typos
1 parent ba12751 commit a9257f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Constants.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
class Constants
1313
{
1414
/**
15-
* The namespace fox XML.
15+
* The namespace for XML.
1616
*/
1717
public const NS_XML = 'http://www.w3.org/XML/1998/namespace';
1818

1919
/**
20-
* The namespace fox XML schema.
20+
* The namespace for XML schema.
2121
*/
2222
public const NS_XS = 'http://www.w3.org/2001/XMLSchema';
2323

0 commit comments

Comments
 (0)