Browse Source

fix: remove number backticks

DEV-4017-prototypes-exercise-1-animals
MOHAMED 2 years ago committed by José Rosendo
parent
commit
a8ddec8fc3
  1. 2
      subjects/rectperimeter/README.md

2
subjects/rectperimeter/README.md

@ -4,7 +4,7 @@
write a function that accepts two integer arguments, representing the two sides length of a rectangle and returning the perimeter of the rectangle.
your function should return `-1` if one of the arguments is negative.
your function should return -1 if one of the arguments is negative.
### Expected function

Loading…
Cancel
Save