Skip to content

Commit

Permalink
Update roman-numerals.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quii authored Jul 9, 2019
1 parent 0f5adbb commit ad22865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roman-numerals.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Some companies will ask you to do the [Roman Numeral Kata](http://codingdojo.org/kata/RomanNumerals/) as part of the interview process. This chapter will show how you can tackle it with TDD.

We are going to write a function which converts an (Arabic number)[https://en.wikipedia.org/wiki/Arabic_numerals] (numbers 0 to 9) to a Roman Numeral.
We are going to write a function which converts an [Arabic number](https://en.wikipedia.org/wiki/Arabic_numerals) (numbers 0 to 9) to a Roman Numeral.

If you haven't heard of [Roman Numerals](https://en.wikipedia.org/wiki/Roman_numerals) they are how the Romans wrote down numbers.

Expand Down

0 comments on commit ad22865

Please sign in to comment.