Skip to content

Commit

Permalink
docs: align comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jun 29, 2023
1 parent fccea01 commit 41dbea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_guide_src/source/helpers/number_helper/009.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

echo number_to_roman(23); // Returns XXIII
echo number_to_roman(324); // Returns CCCXXIV
echo number_to_roman(23); // Returns XXIII
echo number_to_roman(324); // Returns CCCXXIV
echo number_to_roman(2534); // Returns MMDXXXIV

0 comments on commit 41dbea0

Please sign in to comment.