Skip to content

Commit

Permalink
Fixed typo in namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjoiner committed Feb 6, 2016
1 parent 69e0230 commit 9362295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OrdinalNumber.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace \MartinJoiner\OrdinalNumber;
namespace MartinJoiner\OrdinalNumber;

/**
* Takes a number in the range 1-9999 and converts it to a human readable sentence of it's ordinal form eg. 'Three thousand five hundred sixty first'
Expand Down

0 comments on commit 9362295

Please sign in to comment.